lazy.nvim/lua/lazy/view
kylo252 1f7ffec177
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>
2023-03-02 14:25:50 +01:00
..
colors.lua feat(render): dim housekeeping commits by default (#612) 2023-03-02 14:25:50 +01:00
commands.lua feat(commands): allow commands like `Lazy ... | ...` (#377) 2023-01-13 09:05:13 +01:00
config.lua feat(render): dim housekeeping commits by default (#612) 2023-03-02 14:25:50 +01:00
diff.lua fix(diffview): fixed parameter for showing single commit with DiffView. Fixes #304 2023-01-09 08:05:32 +01:00
float.lua fix(ui): disable colorcolumn on floating window (#575) 2023-02-20 08:31:03 +01:00
init.lua fix(ui): return abort key instead of `<c-c>` 2023-02-17 13:41:21 +01:00
render.lua feat(render): dim housekeeping commits by default (#612) 2023-03-02 14:25:50 +01:00
sections.lua feat(ui): added section with disabled plugins 2023-01-03 10:43:10 +01:00
text.lua feat: added `config.ui.wrap` and improved wrapping when wrap=true. Fixes #422 2023-01-19 08:45:27 +01:00