feat(ui): add style to dimmed commits (#1210)

This commit is contained in:
star-szr 2024-01-21 04:50:23 -05:00 committed by GitHub
parent 17d9c93943
commit 7ded44ce2a
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", "test" }
M.dimmed_commits = { "build", "ci", "chore", "doc", "style", "test" }
M.keys = {
hover = "K",