Closed
Description
Contributing guidelines
- I have read CONTRIBUTING.md
- I have read CODE_OF_CONDUCT.md
Module(s)
mini.diff
Description
I would like to set up overlay highlights for mini.diff so that it looks like a standard diff: changed lines highlighted red in the source and green in the buffer.
While right now mini.diff has a highlight group MiniDiffOverAdd
for added buffer lines, there is no highlight group that spans entire changed buffer lines.
Additionally, setting the MiniDiffOverChange
background to None
doesn't fall through to the MiniDiffOverContext
background, leaving an unaesthetic gap in the context line background.
For reference, this is how I'd like to color mini.diff overlays:

This is how they can be colored right now:
