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