Yggdroot / indentLine

A vim plugin to display the indention levels with thin vertical lines
MIT License
4.14k stars 227 forks source link

Allow colors to be defaulted to specified hl group #250

Closed cdonovick closed 6 years ago

cdonovick commented 6 years ago

Allow colors to be default to specified HL group colors.

For example

let g:indentLine_defaultGroup = "Whitespace"
let g:indentLine_char = '|'

Would causes indentLines to (mostly) match set list lcs=tab:\|\

Yggdroot commented 6 years ago

Thanks.