10 lines
210 B
Lua
10 lines
210 B
Lua
return {
|
||
"max397574/better-escape.nvim",
|
||
config = function()
|
||
require("better_escape").setup({
|
||
mapping = {'jf', 'оа'},
|
||
timeout = vim.o.timeoutlen,
|
||
})
|
||
end,
|
||
}
|