Yggdroot / indentLine

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

Can't show indent line in cpp and c files #313

Open chitungfok opened 4 years ago

chitungfok commented 4 years ago

The plugin does not work when I configure it in cpp and c files, but it works in py files. How can I fix it?

dehml commented 4 years ago

Same behaviour here, from this post I've added set conceallevel=1 in my vimrc, and it works. https://github.com/Yggdroot/indentLine/issues/59#issuecomment-184135176