mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-30 06:40:07 +02:00
chore(which-key): remove unnecessary icons
These are already handled by which-key, no need to re-declare them here
This commit is contained in:
parent
83bf6360a1
commit
b5e7734211
1 changed files with 2 additions and 2 deletions
|
@ -190,8 +190,8 @@ return {
|
|||
{ "<leader>gh", group = "hunks" },
|
||||
{ "<leader>q", group = "quit/session" },
|
||||
{ "<leader>s", group = "search" },
|
||||
{ "<leader>u", group = "ui", icon = { icon = " ", color = "cyan" } },
|
||||
{ "<leader>x", group = "diagnostics/quickfix", icon = { icon = " ", color = "green" } },
|
||||
{ "<leader>u", group = "ui" },
|
||||
{ "<leader>x", group = "diagnostics/quickfix" },
|
||||
{ "[", group = "prev" },
|
||||
{ "]", group = "next" },
|
||||
{ "g", group = "goto" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue