fix(auto-pairs): disable lazy loading for auto-pairs (#1729)

This commit is contained in:
rebuilt 2021-10-10 09:41:35 +02:00 committed by GitHub
parent 596db66c7f
commit 65f165011a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,6 @@ return {
{
"windwp/nvim-autopairs",
-- event = "InsertEnter",
after = "nvim-cmp",
config = function()
require("core.autopairs").setup()
end,