We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f69bc commit e15f483Copy full SHA for e15f483
1 file changed
lua/which-key/icons.lua
@@ -89,6 +89,7 @@ M.rules = {
89
{ plugin = "neotest", cat = "filetype", name = "neotest-summary" },
90
{ plugin = "lazy.nvim", cat = "filetype", name = "lazy" },
91
{ pattern = "undotree", icon = " ", color = "orange" },
92
+ { pattern = "icon", icon = " ", color = "yellow" },
93
}
94
95
---@type wk.IconProvider[]
0 commit comments