We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cdc8aa commit 0e230caCopy full SHA for 0e230ca
lua/lazy/view/config.lua
@@ -24,7 +24,7 @@ function M.get_commands()
24
return ret
25
end
26
27
-M.dimmed_commits = { "build", "ci", "chore", "doc" }
+M.dimmed_commits = { "build", "ci", "chore", "doc", "test" }
28
29
M.keys = {
30
hover = "K",
0 commit comments