nvim/lua/plugins/leap.lua

11 lines
168 B
Lua
Raw Normal View History

2024-02-23 05:12:04 +00:00
return {
"ggandor/leap.nvim",
dependencies = {
"tpope/vim-repeat",
},
opts = {},
init = function()
require('leap').create_default_mappings()
end,
}