docs: add 'for example' to colorscheme note

This commit is contained in:
Barrett Ruth 2026-03-05 19:43:45 -05:00
parent 8135179dea
commit 4848e8d5fe
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
customization, see |diffs-config|.
Load your colorscheme before `diffs.nvim`. With lazy.nvim, set
`priority = 1000` and `lazy = false` on your colorscheme plugin.
Load your colorscheme before `diffs.nvim`. For example, with lazy.nvim,
set `priority = 1000` and `lazy = false` on your colorscheme plugin.
==============================================================================
CONFIGURATION *diffs-config*