mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 12:56:46 +00:00
feat(ui): add style to dimmed commits (#1210)
This commit is contained in:
parent
17d9c93943
commit
7ded44ce2a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue