Skip to content

Commit

Permalink
fix(ui): Add "bot" to dimmed commands list (#1367)
Browse files Browse the repository at this point in the history
nvim-treesitter has added a bot to automate updating parsers.
This feels similar to the other commands that are dimmed.
  • Loading branch information
neanias committed Mar 22, 2024
1 parent c76cc60 commit b6f7ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazy/view/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function M.get_commands()
return ret
end

M.dimmed_commits = { "build", "ci", "chore", "doc", "style", "test" }
M.dimmed_commits = { "bot", "build", "ci", "chore", "doc", "style", "test" }

M.keys = {
hover = "K",
Expand Down

0 comments on commit b6f7ef8

Please sign in to comment.