mirror of
https://github.com/NvChad/NvChad.git
synced 2024-11-10 07:10:44 +00:00
cmp: load if cmp module is called
This commit is contained in:
parent
df3ae31e94
commit
5bd4282835
@ -103,7 +103,7 @@ local plugins = {
|
||||
-- load luasnips + cmp related in insert mode only
|
||||
|
||||
["rafamadriz/friendly-snippets"] = {
|
||||
module = "cmp_nvim_lsp",
|
||||
module = { "cmp", "cmp_nvim_lsp" },
|
||||
event = "InsertEnter",
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user