From dbe1e41b720b14407fa31f6129e0e6a3567c7e70 Mon Sep 17 00:00:00 2001 From: chuyanlong Date: Mon, 11 Aug 2025 13:37:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=AB=E6=8D=B7=E9=94=AEicon=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/lazyvim/plugins/editor.lua | 2 ++ lua/lazyvim/plugins/extras/editor/overseer.lua | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/editor.lua b/lua/lazyvim/plugins/editor.lua index 4aaf3d1f..abdc03ac 100644 --- a/lua/lazyvim/plugins/editor.lua +++ b/lua/lazyvim/plugins/editor.lua @@ -64,6 +64,8 @@ return { { "gh", group = "hunks" }, { "q", group = "quit/session" }, { "s", group = "search" }, + { "p", group = "package", icon = { icon = "󰏔 ", color = "blue" } }, + { "m", group = "wiki", icon = { icon = "󰖬 ", color = "cyan" } }, { "u", group = "ui", icon = { icon = "󰙵 ", color = "cyan" } }, { "x", group = "diagnostics/quickfix", icon = { icon = "󱖫 ", color = "green" } }, { "[", group = "prev" }, diff --git a/lua/lazyvim/plugins/extras/editor/overseer.lua b/lua/lazyvim/plugins/extras/editor/overseer.lua index 373c0029..04a51d83 100644 --- a/lua/lazyvim/plugins/extras/editor/overseer.lua +++ b/lua/lazyvim/plugins/extras/editor/overseer.lua @@ -65,7 +65,7 @@ return { optional = true, opts = { spec = { - { "o", group = "overseer" }, + { "o", group = "overseer",icon = { icon = "", color = "green" } }, }, }, },