File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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==============================================================================
44Table 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
You can’t perform that action at this time.
0 commit comments