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:
Jorge Villalobos 2025-01-23 21:23:40 -05:00
parent 83bf6360a1
commit b5e7734211
No known key found for this signature in database
GPG key ID: 99B034B854897B90

View file

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