mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 01:08:59 +02:00
feat(which-key): added more group names
This commit is contained in:
parent
3fb8cd81fb
commit
725bf0d00e
2 changed files with 4 additions and 2 deletions
|
@ -122,6 +122,8 @@ return {
|
|||
["<leader>f"] = { name = "+file" },
|
||||
["<leader>g"] = { name = "+git" },
|
||||
["<leader>h"] = { name = "+help" },
|
||||
["<leader>n"] = { name = "+noice" },
|
||||
["<leader>s"] = { name = "+search" },
|
||||
["<leader>x"] = { name = "+diagnostics" },
|
||||
})
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue