nvim/lua/plugins/leap.lua

11 lines
168 B
Lua
Raw Permalink Normal View History

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