home: vim: remove 'friendly-snippets'

I never use them...
This commit is contained in:
Bruno BELANYI 2025-04-04 15:24:43 +00:00
parent 36aa641ec0
commit d48d5c45e0
2 changed files with 0 additions and 2 deletions

View file

@ -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

View file

@ -1 +0,0 @@
require("luasnip.loaders.from_vscode").lazy_load()