add : option to load autopairs sequentially (#584)
This commit is contained in:
parent
4b2bbe5d1c
commit
c5fe1f711e
2 changed files with 24 additions and 23 deletions
|
@ -75,6 +75,7 @@ M.plugins = {
|
|||
autopairs = true,
|
||||
},
|
||||
options = {
|
||||
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