home: vim: add 'cmp_luasnip'
I had forgotten to add it even though I configured it as a source...
This commit is contained in:
parent
19e42cdc26
commit
b4d745c50e
|
@ -78,6 +78,7 @@ in
|
||||||
cmp-nvim-lua # NeoVim lua API
|
cmp-nvim-lua # NeoVim lua API
|
||||||
cmp-path # Path name suggestions
|
cmp-path # Path name suggestions
|
||||||
cmp-under-comparator # Sort items that start with '_' lower
|
cmp-under-comparator # Sort items that start with '_' lower
|
||||||
|
cmp_luasnip # Snippet suggestions from LuaSnip
|
||||||
|
|
||||||
# UX improvements
|
# UX improvements
|
||||||
dressing-nvim # Integrate native UI hooks with Telescope etc...
|
dressing-nvim # Integrate native UI hooks with Telescope etc...
|
||||||
|
|
Loading…
Reference in a new issue