diff options
author | rebuilt <[email protected]> | 2021-10-10 09:41:35 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-10-10 11:11:35 +0330 |
commit | 65f165011ad9af61b85c1f491d22c217839591b7 (patch) | |
tree | dcc1d114599f744fc099ee66b58de4b1343b6473 | |
parent | 596db66c7f452d0f5d44cf245b265b66d55bfbd6 (diff) |
fix(auto-pairs): disable lazy loading for auto-pairs (#1729)
-rw-r--r-- | lua/plugins.lua | 1 |
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, |