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 = {}, +}