fix(leap): add label to renamed surround mappings key group

This commit is contained in:
Stefan Boca 2024-05-17 16:39:05 -07:00
parent 9176a6bc22
commit 14278ca304

View file

@ -51,6 +51,15 @@ return {
},
},
},
{
"folke/which-key.nvim",
optional = true,
opts = {
defaults = {
["gz"] = { name = "+surround" },
},
},
},
-- makes some plugins dot-repeatable like leap
{ "tpope/vim-repeat", event = "VeryLazy" },