summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrebuilt <[email protected]>2021-10-10 09:41:35 +0200
committerGitHub <[email protected]>2021-10-10 11:11:35 +0330
commit65f165011ad9af61b85c1f491d22c217839591b7 (patch)
treedcc1d114599f744fc099ee66b58de4b1343b6473
parent596db66c7f452d0f5d44cf245b265b66d55bfbd6 (diff)
fix(auto-pairs): disable lazy loading for auto-pairs (#1729)
-rw-r--r--lua/plugins.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua
index d7f47fcb..923ff7c2 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -50,7 +50,6 @@ return {
{
"windwp/nvim-autopairs",
-- event = "InsertEnter",
- after = "nvim-cmp",
config = function()
require("core.autopairs").setup()
end,