We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e6625 commit a66f263Copy full SHA for a66f263
1 file changed
lua/which-key/icons.lua
@@ -54,6 +54,7 @@ M.rules = {
54
{ pattern = "tab", icon = " ", color = "purple" },
55
{ pattern = "%f[%a]ai", icon = " ", color = "green" },
56
{ pattern = "ui", icon = " ", color = "cyan" },
57
+ { pattern = "undotree", icon = " ", color = "orange" },
58
}
59
60
---@type wk.IconProvider[]
0 commit comments