docs: fix tense on colorscheme load-order note

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

View file

@ -65,8 +65,8 @@ Install with lazy.nvim: >lua
The plugin works automatically with no configuration required. For The plugin works automatically with no configuration required. For
customization, see |diffs-config|. customization, see |diffs-config|.
Your colorscheme must be loaded before any diff buffer opens. With lazy.nvim, Load your colorscheme before `diffs.nvim`. With lazy.nvim, set
set `priority = 1000` and `lazy = false` on your colorscheme plugin. `priority = 1000` and `lazy = false` on your colorscheme plugin.
============================================================================== ==============================================================================
CONFIGURATION *diffs-config* CONFIGURATION *diffs-config*