diffs.nvim/doc
Barrett Ruth a9eea9c157 feat(highlight): add highlights.overrides config table
Problem: users had no config-level way to override computed highlight
groups and had to call nvim_set_hl externally.

Solution: add highlights.overrides table that maps group names to
highlight definitions. Overrides are applied after all computed groups
without default = true, so they always win over both computed defaults
and colorscheme definitions.
2026-02-07 15:47:36 -05:00
..
diffs.nvim.txt feat(highlight): add highlights.overrides config table 2026-02-07 15:47:36 -05:00