From 4848e8d5fe150fa8d5f8c43f16372ac723a9cc44 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Thu, 5 Mar 2026 19:43:45 -0500 Subject: [PATCH] docs: add 'for example' to colorscheme 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 ba75972..91aa99d 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|. -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*