summaryrefslogtreecommitdiffstats
path: root/lua/plugins/general.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins/general.lua')
-rw-r--r--lua/plugins/general.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/lua/plugins/general.lua b/lua/plugins/general.lua
index 44556fb..d78275e 100644
--- a/lua/plugins/general.lua
+++ b/lua/plugins/general.lua
@@ -29,4 +29,14 @@ return {
'BufNewFile'
},
},
+ {
+ 'max397574/better-escape.nvim',
+ lazy = false,
+ config = function()
+ require('better_escape').setup {
+ mapping = { 'jk' },
+ timeout = 0.2 * vim.o.timeoutlen,
+ }
+ end,
+ },
}