leap disable autojump
This commit is contained in:
parent
8f5735ca01
commit
cd8b9cbd63
@ -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)' },
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user