File tree 1 file changed +4
-6
lines changed 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -79,11 +79,10 @@ Automagical editing and creation of snippets.
79
79
- nvim 0.10+
80
80
- Snippets saved in the [ VSCode-style snippet
81
81
format] ( #introduction-to-the-vscode-style-snippet-format ) .
82
- - [ telescope] ( https://github.com/nvim-telescope/telescope.nvim ) OR
83
- [ snacks.nvim] ( https://github.com/folke/snacks.nvim ) OR
84
- ([ dressing.nvim] ( http://github.com/stevearc/dressing.nvim ) AND
85
- [ fzf-lua] ( https://github.com/ibhagwan/fzf-lua ) ).
86
- * Note that snippet previews only work when using ` telescope ` or ` snacks ` .
82
+ - * Recommended* : [ telescope] ( https://github.com/nvim-telescope/telescope.nvim )
83
+ OR [ snacks.nvim] ( https://github.com/folke/snacks.nvim ) . Without
84
+ one of them, the plugin falls back to ` vim.ui.select ` , which still
85
+ works but lacks search and snippet previews.
87
86
- A snippet engine that can load VSCode-style snippets, such as:
88
87
* [ LuaSnip] ( https://github.com/L3MON4D3/LuaSnip )
89
88
* [ mini.snippets] ( https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-snippets.md )
@@ -183,7 +182,6 @@ work.
183
182
<!-- LTeX: enabled=true -->
184
183
185
184
``` lua
186
- -- NOTE: this requires `nvim-lspconfig` as additional dependency
187
185
require (" lspconfig" ).basics_ls .setup ({
188
186
settings = {
189
187
snippet = {
You can’t perform that action at this time.
0 commit comments