home: vim: remove 'friendly-snippets'
I never use them...
This commit is contained in:
parent
36aa641ec0
commit
d48d5c45e0
2 changed files with 0 additions and 2 deletions
|
|
@ -66,7 +66,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