mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
快捷键icon处理
This commit is contained in:
parent
262babb6db
commit
dbe1e41b72
2 changed files with 3 additions and 1 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ return {
|
|||
optional = true,
|
||||
opts = {
|
||||
spec = {
|
||||
{ "<leader>o", group = "overseer" },
|
||||
{ "<leader>o", group = "overseer",icon = { icon = "", color = "green" } },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue