We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5214df commit 9805468Copy full SHA for 9805468
doc/phoenix.nvim.txt
@@ -93,10 +93,7 @@ plugin loaded.
93
throttle_delay_ms = 200, -- Wait 200ms between updates
94
ignore_patterns = {}, -- Dictionary or file ignored when path completion
95
},
96
- snippet = {
97
- path = '' -- path of snippet json file like c.json/zig.json/go.json
98
- prioritiy = 200,
99
- }
+ snippet = '' -- path of snippet json file like c.json/zig.json/go.json
100
}
101
<
102
0 commit comments