From 338e1e48e6bb5e57225506e86d4112feabe2ae49 Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Thu, 7 Sep 2023 21:14:38 -0400 Subject: nvim: remove EVEN MORE plugins (whoa) --- .config/nvim/lua/plugins/autopairs.lua | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .config/nvim/lua/plugins/autopairs.lua (limited to '.config/nvim/lua/plugins/autopairs.lua') diff --git a/.config/nvim/lua/plugins/autopairs.lua b/.config/nvim/lua/plugins/autopairs.lua deleted file mode 100644 index a9641f7..0000000 --- a/.config/nvim/lua/plugins/autopairs.lua +++ /dev/null @@ -1,6 +0,0 @@ -return { - 'windwp/nvim-autopairs', - event = "InsertEnter", - opts = {}, -} - -- cgit v1.2.3