From 9933c8e523405fc408942fedf43df829de89df78 Mon Sep 17 00:00:00 2001 From: Marcelo Jacobus Date: Tue, 15 Jul 2025 12:07:04 -0300 Subject: [PATCH] Temporarily disable autopairs Something messing up stuff --- lua/plugins/autopairs.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/autopairs.lua b/lua/plugins/autopairs.lua index fe5311b..963fb20 100644 --- a/lua/plugins/autopairs.lua +++ b/lua/plugins/autopairs.lua @@ -1,3 +1,4 @@ return { + enabled = false, 'jiangmiao/auto-pairs' }