We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17d9c93 commit 7ded44cCopy full SHA for 7ded44c
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", "test" }
+M.dimmed_commits = { "build", "ci", "chore", "doc", "style", "test" }
28
29
M.keys = {
30
hover = "K",
0 commit comments