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
This commit is contained in:
nstetter
2020-11-11 02:53:19 +01:00
committed by GitHub
parent 46f3c8bb5d
commit 9662ef8f04

View File

@@ -31,6 +31,11 @@ indentLine will overwrite 'conceal' color with grey by default. If you want to h
let g:indentLine_setColors = 0 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: Or you can customize conceal color by:
```vim ```vim
" Vim " Vim