add better escape
This commit is contained in:
parent
935eac81f9
commit
50ec8d85c5
2 changed files with 9 additions and 0 deletions
8
lua/custom/plugins/better-escape.lua
Normal file
8
lua/custom/plugins/better-escape.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
"max397574/better-escape.nvim",
|
||||
config = function()
|
||||
require("better_escape").setup {
|
||||
mapping = { "jk", "kj" }
|
||||
}
|
||||
end
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue