mirror of
https://github.com/Yggdroot/indentLine.git
synced 2026-02-20 00:28:26 +08:00
add "g:indentLine_setColors" details to README and doc. (#166)
* add "g:indentLine_setColors" details to README and doc. * fix gramma error
This commit is contained in:
@@ -15,6 +15,13 @@ If you use a plugin manager you can put the whole directory into your `~/.vim/bu
|
||||
To apply customization, apply the variable definitions to your `.vimrc` file.
|
||||
|
||||
**Change Character Color**
|
||||
|
||||
indentLine will overwrite 'conceal' color with grey by default. If you want to highlight conceal color with your colorscheme, disable by:
|
||||
```
|
||||
let g:indentLine_setColors = 0
|
||||
```
|
||||
|
||||
Or you can customize conceal color by:
|
||||
```
|
||||
" Vim
|
||||
let g:indentLine_color_term = 239
|
||||
|
||||
Reference in New Issue
Block a user