fixup! add leap.nvim

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

View file

@ -5,6 +5,6 @@ return {
}, },
opts = {}, opts = {},
init = function() init = function()
require('leap').create_default_mappings() require("leap").create_default_mappings()
end, end,
} }