feat: make autopairs configurable

This commit is contained in:
kylo252 2021-08-11 17:29:20 +02:00
parent 5a7630cac7
commit 1b5730d511
3 changed files with 60 additions and 48 deletions

View file

@ -68,7 +68,7 @@ return {
-- event = "InsertEnter",
after = "nvim-compe",
config = function()
require "core.autopairs"
require("core.autopairs").setup()
if lvim.builtin.autopairs.on_config_done then
lvim.builtin.autopairs.on_config_done(require "nvim-autopairs")
end