feat(ui): added test to dimmed commits

This commit is contained in:
Folke Lemaitre 2023-03-22 16:06:27 +01:00
parent 4cdc8aa8db
commit 0e230caab9
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ function M.get_commands()
return ret return ret
end end
M.dimmed_commits = { "build", "ci", "chore", "doc" } M.dimmed_commits = { "build", "ci", "chore", "doc", "test" }
M.keys = { M.keys = {
hover = "K", hover = "K",