From 65f165011ad9af61b85c1f491d22c217839591b7 Mon Sep 17 00:00:00 2001 From: rebuilt Date: Sun, 10 Oct 2021 09:41:35 +0200 Subject: fix(auto-pairs): disable lazy loading for auto-pairs (#1729) --- lua/plugins.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'lua/plugins.lua') 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, -- cgit v1.2.3