add leap.nvim

This commit is contained in:
Guanran Wang 2024-02-23 13:12:04 +08:00
parent 503ba922d2
commit 3396a54a50
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

10
lua/plugins/leap.lua Normal file
View file

@ -0,0 +1,10 @@
return {
"ggandor/leap.nvim",
dependencies = {
"tpope/vim-repeat",
},
opts = {},
init = function()
require('leap').create_default_mappings()
end,
}