diffs.nvim/lua
Barrett Ruth c64ca827f3 feat(init): add gitsigns config field and get_highlight_opts() getter
Problem: gitsigns blame popup highlighting needs access to diffs.nvim's
highlight config, but no public API exposes it.

Solution: add `diffs.GitsignsConfig` type, `gitsigns` field (default
`false`) with normalization and validation, and a public
`get_highlight_opts()` getter returning `hide_prefix` + `highlights`.
2026-03-06 08:35:08 -05:00
..
diffs feat(init): add gitsigns config field and get_highlight_opts() getter 2026-03-06 08:35:08 -05:00