Skip to content

Commit

Permalink
feat(ui): add style to dimmed commits (#1210)
Browse files Browse the repository at this point in the history
  • Loading branch information
star-szr committed Jan 21, 2024
1 parent 17d9c93 commit 7ded44c
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", "test" }
M.dimmed_commits = { "build", "ci", "chore", "doc", "style", "test" }

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

0 comments on commit 7ded44c

Please sign in to comment.