add option for packerInit | fix (#715)

This commit is contained in:
siduck 2022-01-09 09:07:18 +05:30
parent ea6f2a1490
commit 71b710b35b
2 changed files with 5 additions and 2 deletions

View file

@ -72,6 +72,9 @@ M.plugins = {
autopairs = true,
},
options = {
packer = {
init_file = "plugins.packerInit",
},
autopairs = { loadAfter = "nvim-cmp" },
lspconfig = {
setup_lspconf = "", -- path of file containing setups of different lsps