mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 11:24:14 +00:00
feat(ui): add style to dimmed commits
This commit is contained in:
parent
96584866b9
commit
e0bab72873
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue