fix(leap): force setting keymaps for leap to make gs work

This commit is contained in:
Folke Lemaitre 2023-01-04 00:53:31 +01:00
parent 04b772e3e4
commit ad8330208e
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -97,7 +97,7 @@ return {
{ "ggandor/flit.nvim", config = { labeled_modes = "nv" } },
},
config = function()
require("leap").add_default_mappings()
require("leap").add_default_mappings(true)
end,
},