From fed799030f5560eb5e4fdb7b007db1c173e67ddf Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Thu, 5 Feb 2026 13:42:07 -0600 Subject: [PATCH] Remove mini.pairs setup --- lua/plugins/mini.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lua/plugins/mini.lua b/lua/plugins/mini.lua index 6a7372e..660948e 100644 --- a/lua/plugins/mini.lua +++ b/lua/plugins/mini.lua @@ -30,8 +30,7 @@ return { }, }) - -- Auto pairs: Automatically close brackets, quotes, etc. - require("mini.pairs").setup() + -- Enhanced text objects: Better text objects for quotes, brackets, etc. -- Adds: aq/iq (quotes), ab/ib (brackets), af/if (function), etc.