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

This commit is contained in:
Stefan Boca 2024-05-18 01:11:05 -07:00 committed by GitHub
parent cf328429b1
commit 9c212d655a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 -- makes some plugins dot-repeatable like leap
{ "tpope/vim-repeat", event = "VeryLazy" }, { "tpope/vim-repeat", event = "VeryLazy" },