Skip to content

Commit b6f7ef8

Browse files
authored
fix(ui): Add "bot" to dimmed commands list (#1367)
nvim-treesitter has added a bot to automate updating parsers. This feels similar to the other commands that are dimmed.
1 parent c76cc60 commit b6f7ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/lazy/view/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function M.get_commands()
2424
return ret
2525
end
2626

27-
M.dimmed_commits = { "build", "ci", "chore", "doc", "style", "test" }
27+
M.dimmed_commits = { "bot", "build", "ci", "chore", "doc", "style", "test" }
2828

2929
M.keys = {
3030
hover = "K",

0 commit comments

Comments
 (0)