From 8135179deabf9dfba70fde2e5a2811c4083a52d2 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Thu, 5 Mar 2026 19:43:32 -0500 Subject: [PATCH] docs: fix tense on colorscheme load-order note --- doc/diffs.nvim.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/diffs.nvim.txt b/doc/diffs.nvim.txt index 8df152a..ba75972 100644 --- a/doc/diffs.nvim.txt +++ b/doc/diffs.nvim.txt @@ -65,8 +65,8 @@ Install with lazy.nvim: >lua The plugin works automatically with no configuration required. For customization, see |diffs-config|. -Your colorscheme must be loaded before any diff buffer opens. With lazy.nvim, -set `priority = 1000` and `lazy = false` on your colorscheme plugin. +Load your colorscheme before `diffs.nvim`. With lazy.nvim, set +`priority = 1000` and `lazy = false` on your colorscheme plugin. ============================================================================== CONFIGURATION *diffs-config*