Yggdroot / indentLine

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

Unable to change Folding highlighting color #337

Open danielfalbo opened 3 years ago

danielfalbo commented 3 years ago

Seems like the plugins breaks the Folded highlighting group.

This is how I see folded content without the indentLine plugin enabled Screenshot 2020-12-09 at 20 02 24 and this is what happens when I enable indentLine Screenshot 2020-12-09 at 20 02 44 . Also, if I try to change the syntax highlighting colours by running :highlight Folded guibg=grey guifg=blue, without indentLine this is what happens Screenshot 2020-12-09 at 20 02 33 while with the plugin, everything stays the same (wrong white colour).