Skip to content

Commit 0e230ca

Browse files
committed
feat(ui): added test to dimmed commits
1 parent 4cdc8aa commit 0e230ca

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" }
27+
M.dimmed_commits = { "build", "ci", "chore", "doc", "test" }
2828

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

0 commit comments

Comments
 (0)