We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b365a6 commit d533d8aCopy full SHA for d533d8a
lua/which-key/icons.lua
@@ -29,6 +29,8 @@ M.rules = {
29
{ plugin = "persistence.nvim", icon = " ", color = "azure" },
30
{ plugin = "neotest", cat = "filetype", name = "neotest-summary" },
31
{ plugin = "lazy.nvim", cat = "filetype", name = "lazy" },
32
+ { plugin = "snacks.nvim", icon = " ", color = "purple" },
33
+ { pattern = "profiler", icon = "⚡", color = "orange" },
34
{ plugin = "CopilotChat.nvim", icon = " ", color = "orange" },
35
{ pattern = "%f[%a]git", cat = "filetype", name = "git" },
36
{ pattern = "terminal", icon = " ", color = "red" },
0 commit comments