mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-21 20:11:06 +00:00
fix(which-key): set group names for n and v
This commit is contained in:
parent
e01ec0ddbd
commit
81146e2445
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ return {
|
|||
key_labels = { ["<leader>"] = "SPC" },
|
||||
})
|
||||
wk.register({
|
||||
mode = { "n", "v" },
|
||||
["g"] = { name = "+goto" },
|
||||
["]"] = { name = "+next" },
|
||||
["["] = { name = "+prev" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue