add option to toggle lazy load for cmp and related
This commit is contained in:
parent
a21ee2f22f
commit
b1338beb0f
2 changed files with 11 additions and 8 deletions
|
|
@ -76,6 +76,9 @@ M.plugins = {
|
|||
init_file = "plugins.packerInit",
|
||||
},
|
||||
autopairs = { loadAfter = "nvim-cmp" },
|
||||
cmp = {
|
||||
lazy_load = true,
|
||||
},
|
||||
lspconfig = {
|
||||
setup_lspconf = "", -- path of file containing setups of different lsps
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue