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 { return {
'ggandor/leap.nvim', 'ggandor/leap.nvim',
config = function()
require('leap').opts.safe_labels = {}
end,
keys = { keys = {
{ 'J', '<Plug>(leap-forward-to)' }, { 'J', '<Plug>(leap-forward-to)' },
{ 'K', '<Plug>(leap-backward-to)' }, { 'K', '<Plug>(leap-backward-to)' },
} },
} }