leap disable autojump

This commit is contained in:
thek4n 2023-12-21 09:15:37 +03:00
parent 8f5735ca01
commit cd8b9cbd63

View File

@ -1,7 +1,10 @@
return {
'ggandor/leap.nvim',
config = function()
require('leap').opts.safe_labels = {}
end,
keys = {
{ 'J', '<Plug>(leap-forward-to)' },
{ 'K', '<Plug>(leap-backward-to)' },
}
},
}