From 49653d222dde46c61bd77a5a3f73baee7cbdd052 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 3 Apr 2025 14:42:14 +0000 Subject: [PATCH] home: vim: remove 'friendly-snippets' 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...). --- modules/home/vim/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/home/vim/default.nix b/modules/home/vim/default.nix index 8e6bd5c..2583816 100644 --- a/modules/home/vim/default.nix +++ b/modules/home/vim/default.nix @@ -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