From ad8330208e5622a7d983524cb542caf486f2ddaf Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Wed, 4 Jan 2023 00:53:31 +0100 Subject: [PATCH] fix(leap): force setting keymaps for leap to make gs work --- lua/lazyvim/plugins/editor.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/editor.lua b/lua/lazyvim/plugins/editor.lua index 4c8dfa7b..256573b1 100644 --- a/lua/lazyvim/plugins/editor.lua +++ b/lua/lazyvim/plugins/editor.lua @@ -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, },