add better escape

This commit is contained in:
mjhika 2023-12-29 04:16:24 -05:00
parent 935eac81f9
commit 50ec8d85c5
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,8 @@
return {
"max397574/better-escape.nvim",
config = function()
require("better_escape").setup {
mapping = { "jk", "kj" }
}
end
}