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