Skip to content

Commit 7ded44c

Browse files
authored
feat(ui): add style to dimmed commits (#1210)
1 parent 17d9c93 commit 7ded44c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/lazy/view/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function M.get_commands()
2424
return ret
2525
end
2626

27-
M.dimmed_commits = { "build", "ci", "chore", "doc", "test" }
27+
M.dimmed_commits = { "build", "ci", "chore", "doc", "style", "test" }
2828

2929
M.keys = {
3030
hover = "K",

0 commit comments

Comments
 (0)