home: vim: add 'cmp_luasnip'

I had forgotten to add it even though I configured it as a source...
This commit is contained in:
Bruno BELANYI 2023-01-20 19:16:16 +00:00
parent 19e42cdc26
commit b4d745c50e
1 changed files with 1 additions and 0 deletions

View File

@ -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...