From e0bab72873592e3c62f9b9cc2c49548db31fe76b Mon Sep 17 00:00:00 2001 From: Scott Zhu Reeves <327943+star-szr@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:13:10 -0500 Subject: [PATCH] feat(ui): add style to dimmed commits --- lua/lazy/view/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazy/view/config.lua b/lua/lazy/view/config.lua index cf7df1c..ea8a066 100644 --- a/lua/lazy/view/config.lua +++ b/lua/lazy/view/config.lua @@ -24,7 +24,7 @@ function M.get_commands() return ret end -M.dimmed_commits = { "build", "ci", "chore", "doc", "test" } +M.dimmed_commits = { "build", "ci", "chore", "doc", "style", "test" } M.keys = { hover = "K",