add leap neovim plugin
This commit is contained in:
parent
f316c6a47f
commit
ebd4dfffcf
2 changed files with 4 additions and 0 deletions
|
@ -39,4 +39,7 @@ return require('packer').startup(function()
|
||||||
ts_update()
|
ts_update()
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-- Fast jumping
|
||||||
|
use 'ggandor/leap.nvim'
|
||||||
end)
|
end)
|
||||||
|
|
1
roles/neovim/files/plugin/leap.lua
Normal file
1
roles/neovim/files/plugin/leap.lua
Normal file
|
@ -0,0 +1 @@
|
||||||
|
require('leap').add_default_mappings()
|
Reference in a new issue