10 lines
168 B
Lua
10 lines
168 B
Lua
return {
|
|
"ggandor/leap.nvim",
|
|
dependencies = {
|
|
"tpope/vim-repeat",
|
|
},
|
|
opts = {},
|
|
init = function()
|
|
require("leap").create_default_mappings()
|
|
end,
|
|
}
|