From b4d745c50eb056aaaa52908e9a2da47f7ed08b77 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Fri, 20 Jan 2023 19:16:16 +0000 Subject: [PATCH] home: vim: add 'cmp_luasnip' I had forgotten to add it even though I configured it as a source... --- home/vim/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/vim/default.nix b/home/vim/default.nix index c314a3b..3f5065c 100644 --- a/home/vim/default.nix +++ b/home/vim/default.nix @@ -78,6 +78,7 @@ in cmp-nvim-lua # NeoVim lua API cmp-path # Path name suggestions cmp-under-comparator # Sort items that start with '_' lower + cmp_luasnip # Snippet suggestions from LuaSnip # UX improvements dressing-nvim # Integrate native UI hooks with Telescope etc...