Skip to content

Commit 0b50f52

Browse files
chore(doc): auto generate docs
1 parent 3407abd commit 0b50f52

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/phoenix.nvim.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*phoenix.nvim.txt* For NVIM v0.8.0 Last change: 2025 February 05
1+
*phoenix.nvim.txt* For NVIM v0.8.0 Last change: 2025 March 15
22

33
==============================================================================
44
Table of Contents *phoenix.nvim-table-of-contents*
@@ -93,9 +93,10 @@ plugin loaded.
9393
scanner = {
9494
scan_batch_size = 1000, -- Scan 1000 items per batch
9595
cache_duration_ms = 5000, -- Cache results for 5s
96-
throttle_delay_ms = 150, -- Wait 150ms between updates
96+
throttle_delay_ms = 200, -- Wait 200ms between updates
9797
ignore_patterns = {}, -- Dictionary or file ignored when path completion
9898
},
99+
snippet = '' -- path of snippet json file like c.json/zig.json/go.json
99100
}
100101
<
101102

0 commit comments

Comments
 (0)