add : option to load autopairs sequentially (#584)

This commit is contained in:
siduck 2021-11-05 20:04:52 +05:30
parent 4b2bbe5d1c
commit c5fe1f711e
2 changed files with 24 additions and 23 deletions

View file

@ -75,6 +75,7 @@ M.plugins = {
autopairs = true,
},
options = {
autopairs = { loadAfter = "nvim-cmp" },
lspconfig = {
setup_lspconf = "", -- path of file containing setups of different lsps
},