Revert "Merge pull request #1294 from kylo252/autopairs-refactor"

This reverts commit d71c3280c8, reversing
changes made to a334420381.
This commit is contained in:
abzcoding 2021-08-12 12:05:54 +04:30
parent d71c3280c8
commit 4fd72b1be2
3 changed files with 45 additions and 56 deletions

View file

@ -68,12 +68,11 @@ return {
-- event = "InsertEnter",
after = "nvim-compe",
config = function()
require("core.autopairs").setup()
require "core.autopairs"
if lvim.builtin.autopairs.on_config_done then
lvim.builtin.autopairs.on_config_done(require "nvim-autopairs")
end
end,
disable = not lvim.builtin.autopairs.active,
},
-- Treesitter