docs: tighten colorscheme load-order note

This commit is contained in:
Barrett Ruth 2026-03-05 19:43:08 -05:00
parent 3e659eb6ab
commit b421b480c2
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -65,9 +65,8 @@ Install with lazy.nvim: >lua
The plugin works automatically with no configuration required. For
customization, see |diffs-config|.
Note: highlight groups are derived from `Normal` when the first diff buffer
opens. Your colorscheme must be loaded by then. With lazy.nvim, ensure it
has `priority = 1000` and `lazy = false`.
Your colorscheme must be loaded before any diff buffer opens. With lazy.nvim,
set `priority = 1000` and `lazy = false` on your colorscheme plugin.
==============================================================================
CONFIGURATION *diffs-config*