add option to toggle lazy load for cmp and related

This commit is contained in:
siduck 2022-01-11 18:43:09 +05:30
parent a21ee2f22f
commit b1338beb0f
2 changed files with 11 additions and 8 deletions

View file

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