From 048e512986b2df0f3e0d8cf2869f9c9efce403a4 Mon Sep 17 00:00:00 2001 From: fm39hz-laptop Date: Tue, 9 Jul 2024 10:04:37 +0700 Subject: [PATCH] feat: add better escape --- lua/plugins/actions/escape.lua | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lua/plugins/actions/escape.lua diff --git a/lua/plugins/actions/escape.lua b/lua/plugins/actions/escape.lua new file mode 100644 index 0000000..eb11925 --- /dev/null +++ b/lua/plugins/actions/escape.lua @@ -0,0 +1,5 @@ +return { + "max397574/better-escape.nvim", + event = "InsertEnter", + opts = {}, +}