From eb6dc4995349f31ee9c01f473259f3c33da23058 Mon Sep 17 00:00:00 2001 From: TLCooper4031 <58536802+TLCooper4031@users.noreply.github.com> Date: Sun, 20 Apr 2025 09:38:42 -0400 Subject: [PATCH] remove duplicate autopairs --- lua/custom/plugins/autopairs.lua | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 lua/custom/plugins/autopairs.lua diff --git a/lua/custom/plugins/autopairs.lua b/lua/custom/plugins/autopairs.lua deleted file mode 100644 index 4c76ed99..00000000 --- a/lua/custom/plugins/autopairs.lua +++ /dev/null @@ -1,5 +0,0 @@ -return { - 'windwp/nvim-autopairs', - event = 'InsertEnter', - config = true, -}