From 44ae117ec87eecaaf58aa460a2e335eeaf6f18c4 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 29 Oct 2024 07:07:31 +0000 Subject: [PATCH] stopinsert: added --- lua/plugins/stop-insert.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lua/plugins/stop-insert.lua diff --git a/lua/plugins/stop-insert.lua b/lua/plugins/stop-insert.lua new file mode 100644 index 0000000..ce03fe0 --- /dev/null +++ b/lua/plugins/stop-insert.lua @@ -0,0 +1,4 @@ +return { + "csessh/stopinsert.nvim", + opts = {}, +}