mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +02:00
fix(leap): force setting keymaps for leap to make gs work
This commit is contained in:
parent
04b772e3e4
commit
ad8330208e
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue