add option for packerInit | fix (#715)
This commit is contained in:
parent
ea6f2a1490
commit
71b710b35b
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue