From 9662ef8f0443211b11fd87919343d12179bca548 Mon Sep 17 00:00:00 2001 From: nstetter Date: Wed, 11 Nov 2020 02:53:19 +0100 Subject: [PATCH] README: Add example setting highlight group (#333) * README: Add example setting highlight group * Add an example to README showing how to set the default highlight group --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3832887..13e5144 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,11 @@ indentLine will overwrite 'conceal' color with grey by default. If you want to h let g:indentLine_setColors = 0 ``` +Or you can use the same colors as another highlight group. To use the same colors that are used for tab indents, use the 'SpecialKey' group: +```vim +let g:indentLine_defaultGroup = 'SpecialKey' +``` + Or you can customize conceal color by: ```vim " Vim