diff --git a/home/vim/default.nix b/home/vim/default.nix index 485ae70..0223756 100644 --- a/home/vim/default.nix +++ b/home/vim/default.nix @@ -75,6 +75,7 @@ in cmp-nvim-lsp # LSP suggestions cmp-nvim-lua # NeoVim lua API cmp-under-comparator # Sort items that start with '_' lower + luasnip # Snippet manager compatible with LSP # UX improvements dressing-nvim # Integrate native UI hooks with Telescope etc...