forked from dineshsalunke/nvim-config
refactor: add nvim-cmp as dep to luasnip
This commit is contained in:
parent
0efde5536d
commit
6f6d54fe4d
@ -8,6 +8,9 @@ return {
|
|||||||
history = true,
|
history = true,
|
||||||
delete_check_events = "TextChanged",
|
delete_check_events = "TextChanged",
|
||||||
},
|
},
|
||||||
|
dependencies = {
|
||||||
|
"hrsh7th/nvim-cmp",
|
||||||
|
},
|
||||||
-- stylua: ignore
|
-- stylua: ignore
|
||||||
keys = {
|
keys = {
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user