feat(render): dim housekeeping commits by default (#612)

* feat(render): dim housekeeping commits by default

use `LazyComment` highlight group for commits with
housekeeping types, i.e. chore/ci/doc

* refactor: some small improvments to unimportant commits

---------

Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
This commit is contained in:
kylo252 2023-03-02 14:25:50 +01:00 committed by GitHub
parent 26d121ea13
commit 1f7ffec177
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 3 deletions

View file

@ -24,6 +24,8 @@ function M.get_commands()
return ret
end
M.dimmed_commits = { "build", "ci", "chore", "doc" }
M.keys = {
hover = "K",
diff = "d",