ellisonleao/gruvbox.nvim

[BUG] Diff `+`/`-` are colored as punctuation (i.e: grey) instead of addition/deletions

ambroisie opened this issue · 2 comments

Describe the bug

  1. Open a diff file, observe that the +/- at the start of lines are grey.

When running Inspect I get:

  - @diff.minus.diff links to DiffDelete diff
  - @punctuation.special.diff links to Delimiter diff

Expected behaviour

It should show up as red/green instead of grey.

Screenshots

No response

Correction: after applying 20f9003, they are orange rather than grey. Arguably this is even more confusing.