home: vim: add 'luasnip'

This commit is contained in:
Bruno BELANYI 2022-03-07 17:48:38 +01:00
parent 975f8687fc
commit fb3b773249

View file

@ -75,6 +75,7 @@ in
cmp-nvim-lsp # LSP suggestions cmp-nvim-lsp # LSP suggestions
cmp-nvim-lua # NeoVim lua API cmp-nvim-lua # NeoVim lua API
cmp-under-comparator # Sort items that start with '_' lower cmp-under-comparator # Sort items that start with '_' lower
luasnip # Snippet manager compatible with LSP
# UX improvements # UX improvements
dressing-nvim # Integrate native UI hooks with Telescope etc... dressing-nvim # Integrate native UI hooks with Telescope etc...