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 1841ff391d
commit 61d77b3259
2 changed files with 0 additions and 2 deletions

View file

@ -67,7 +67,6 @@ in
# Completion
luasnip # Snippet manager compatible with LSP
friendly-snippets # LSP snippets collection
nvim-cmp # Completion engine
cmp-async-path # More responsive path completion
cmp-buffer # Words from open buffers

View file

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