mirror of https://github.com/folke/lazy.nvim.git
feat(ui): add style to dimmed commits (#1210)
This commit is contained in:
parent
17d9c93943
commit
7ded44ce2a
|
@ -24,7 +24,7 @@ function M.get_commands()
|
||||||
return ret
|
return ret
|
||||||
end
|
end
|
||||||
|
|
||||||
M.dimmed_commits = { "build", "ci", "chore", "doc", "test" }
|
M.dimmed_commits = { "build", "ci", "chore", "doc", "style", "test" }
|
||||||
|
|
||||||
M.keys = {
|
M.keys = {
|
||||||
hover = "K",
|
hover = "K",
|
||||||
|
|
Loading…
Reference in New Issue