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

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" },