Skip to content

Commit

Permalink
feat(ui): added test to dimmed commits
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Mar 22, 2023
1 parent 4cdc8aa commit 0e230ca
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" }
M.dimmed_commits = { "build", "ci", "chore", "doc", "test" }

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

0 comments on commit 0e230ca

Please sign in to comment.