home: vim: remove 'friendly-snippets'
I never use them...
This commit is contained in:
parent
1841ff391d
commit
61d77b3259
2 changed files with 0 additions and 2 deletions
|
|
@ -67,7 +67,6 @@ in
|
||||||
|
|
||||||
# Completion
|
# Completion
|
||||||
luasnip # Snippet manager compatible with LSP
|
luasnip # Snippet manager compatible with LSP
|
||||||
friendly-snippets # LSP snippets collection
|
|
||||||
nvim-cmp # Completion engine
|
nvim-cmp # Completion engine
|
||||||
cmp-async-path # More responsive path completion
|
cmp-async-path # More responsive path completion
|
||||||
cmp-buffer # Words from open buffers
|
cmp-buffer # Words from open buffers
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
require("luasnip.loaders.from_vscode").lazy_load()
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue