mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
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:
parent
26d121ea13
commit
1f7ffec177
3 changed files with 12 additions and 3 deletions
|
@ -24,6 +24,8 @@ function M.get_commands()
|
|||
return ret
|
||||
end
|
||||
|
||||
M.dimmed_commits = { "build", "ci", "chore", "doc" }
|
||||
|
||||
M.keys = {
|
||||
hover = "K",
|
||||
diff = "d",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue