feat: more wk icons

This commit is contained in:
Folke Lemaitre 2024-07-15 15:21:57 +02:00
parent 24918c2565
commit 4e52d31187
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -176,9 +176,9 @@ return {
{ "<leader>gh", group = "hunks" },
{ "<leader>q", group = "quit/session" },
{ "<leader>s", group = "search" },
{ "<leader>u", group = "ui" },
{ "<leader>u", group = "ui", icon = { icon = "󰙵 ", color = "cyan" } },
{ "<leader>w", group = "windows" },
{ "<leader>x", group = "diagnostics/quickfix" },
{ "<leader>x", group = "diagnostics/quickfix", icon = { icon = "󱖫 ", color = "green" } },
{ "[", group = "prev" },
{ "]", group = "next" },
{ "g", group = "goto" },