mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-04 22:44:39 +02:00
fix(leap): add label to renamed surround mappings key group (#3211)
This commit is contained in:
parent
cf328429b1
commit
9c212d655a
1 changed files with 9 additions and 0 deletions
|
@ -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" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue