Yggdroot / indentLine

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

Provide separate highlight style for current scope #305

Closed CallumHoward closed 4 years ago

CallumHoward commented 4 years ago

In vscode the indent guide for the current scope is styled differently with a highlighted color. Would it be possible to implement this as an option?

Screen Shot 2020-05-02 at 4 58 04 pm
Yggdroot commented 4 years ago

This feature can not be implemented, because there is only one way to hightlight the indentLine, hi Conceal.

CallumHoward commented 4 years ago

Right, that's too bad. Thanks