add leap.nvim
This commit is contained in:
parent
503ba922d2
commit
3396a54a50
1 changed files with 10 additions and 0 deletions
10
lua/plugins/leap.lua
Normal file
10
lua/plugins/leap.lua
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
return {
|
||||||
|
"ggandor/leap.nvim",
|
||||||
|
dependencies = {
|
||||||
|
"tpope/vim-repeat",
|
||||||
|
},
|
||||||
|
opts = {},
|
||||||
|
init = function()
|
||||||
|
require('leap').create_default_mappings()
|
||||||
|
end,
|
||||||
|
}
|
Loading…
Reference in a new issue