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.
This commit is contained in:
William Mathewson 2024-03-22 08:18:36 +00:00 committed by GitHub
parent c76cc60030
commit b6f7ef856b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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",