From 52e0a2fd0ff3deecb40275c86ef55d63ec7bf198 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 7 Mar 2022 21:44:08 +0100 Subject: [PATCH] home: vim: add 'friendly-snippets' --- home/vim/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/vim/default.nix b/home/vim/default.nix index 55a79df..0574e38 100644 --- a/home/vim/default.nix +++ b/home/vim/default.nix @@ -76,6 +76,7 @@ in cmp-nvim-lua # NeoVim lua API cmp-path # Path name suggestions cmp-under-comparator # Sort items that start with '_' lower + friendly-snippets # LSP snippets collection luasnip # Snippet manager compatible with LSP # UX improvements