diffs.nvim/lua
Barrett Ruth 9e32384f18 refactor: change highlights.context config to table structure
Problem: highlights.context was a plain integer, inconsistent with the
table structure used by treesitter, vim, and intra sub-configs.

Solution: change to { enabled = true, lines = 25 } with full
vim.validate() coverage matching the existing pattern.
2026-02-07 13:16:34 -05:00
..
diffs refactor: change highlights.context config to table structure 2026-02-07 13:16:34 -05:00