cmp: load if cmp module is called

This commit is contained in:
Akianonymus 2022-07-29 13:57:08 +05:30 committed by Sidhanth Rathod
parent df3ae31e94
commit 5bd4282835
1 changed files with 1 additions and 1 deletions

View File

@ -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",
},