快捷键icon处理

This commit is contained in:
chuyanlong 2025-08-11 13:37:50 +08:00
parent 262babb6db
commit dbe1e41b72
2 changed files with 3 additions and 1 deletions

View file

@ -64,6 +64,8 @@ return {
{ "<leader>gh", group = "hunks" },
{ "<leader>q", group = "quit/session" },
{ "<leader>s", group = "search" },
{ "<leader>p", group = "package", icon = { icon = "󰏔 ", color = "blue" } },
{ "<leader>m", group = "wiki", icon = { icon = "󰖬 ", color = "cyan" } },
{ "<leader>u", group = "ui", icon = { icon = "󰙵 ", color = "cyan" } },
{ "<leader>x", group = "diagnostics/quickfix", icon = { icon = "󱖫 ", color = "green" } },
{ "[", group = "prev" },

View file

@ -65,7 +65,7 @@ return {
optional = true,
opts = {
spec = {
{ "<leader>o", group = "overseer" },
{ "<leader>o", group = "overseer",icon = { icon = "", color = "green" } },
},
},
},