From bacbe249222d36e93a994e731bd0eec66fb6659b Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Mon, 20 Jan 2025 10:37:23 +0000 Subject: [PATCH] remove stop-insert plugin --- lua/plugins/stop-insert.lua | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 lua/plugins/stop-insert.lua diff --git a/lua/plugins/stop-insert.lua b/lua/plugins/stop-insert.lua deleted file mode 100644 index ce03fe0..0000000 --- a/lua/plugins/stop-insert.lua +++ /dev/null @@ -1,4 +0,0 @@ -return { - "csessh/stopinsert.nvim", - opts = {}, -}