Skip to content

Commit d533d8a

Browse files
committed
feat(icons): icons for snacks and profiler
1 parent 9b365a6 commit d533d8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lua/which-key/icons.lua

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ M.rules = {
2929
{ plugin = "persistence.nvim", icon = "", color = "azure" },
3030
{ plugin = "neotest", cat = "filetype", name = "neotest-summary" },
3131
{ plugin = "lazy.nvim", cat = "filetype", name = "lazy" },
32+
{ plugin = "snacks.nvim", icon = "󱥰 ", color = "purple" },
33+
{ pattern = "profiler", icon = "", color = "orange" },
3234
{ plugin = "CopilotChat.nvim", icon = "", color = "orange" },
3335
{ pattern = "%f[%a]git", cat = "filetype", name = "git" },
3436
{ pattern = "terminal", icon = "", color = "red" },

0 commit comments

Comments
 (0)