add option to toggle lazy load for cmp and related
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user