home: vim: remove 'friendly-snippets'
All checks were successful
ci/woodpecker/push/check Pipeline was successful

After years of including snippets plug-ins in my dot-files, I never make
use of them. Let's just remove it.

I'm keeping `luasnip` itself for LSP snippets, which I do kind of see
the appeal of (but still fail to use...).
This commit is contained in:
Bruno BELANYI 2025-04-03 14:42:14 +00:00
parent 1841ff391d
commit 3c6a8a7cfb
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()