nvim mappings

This commit is contained in:
thek4n 2024-08-29 14:34:33 +03:00
parent 56a260ec28
commit a3404c3d78

View File

@ -91,6 +91,8 @@ return {
},
config = function()
require('leap').opts.safe_labels = {}
vim.keymap.set("v", "J", "<Plug>(leap-forward-to)")
vim.keymap.set("v", "K", "<Plug>(leap-backward-to)")
end,
},
{