From b421b480c2827d2b82db04094fef311bb7bf2f0d Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Thu, 5 Mar 2026 19:43:08 -0500 Subject: [PATCH] docs: tighten colorscheme load-order note --- doc/diffs.nvim.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/diffs.nvim.txt b/doc/diffs.nvim.txt index 77ddee6..8df152a 100644 --- a/doc/diffs.nvim.txt +++ b/doc/diffs.nvim.txt @@ -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*