Yggdroot / indentLine

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

Highlight current indent level #341

Open alexnix opened 3 years ago

alexnix commented 3 years ago

Instead of dotted lines, make it a solid line for the indent level of the line the cursor is currently on. Is this possible?

nyngwang commented 3 years ago

Instead of dotted lines, make it a solid line for the indent level of the line the cursor is currently on. Is this possible?

Could you draw an example to describe what exactly it looks like you meant?

alexnix commented 3 years ago

image

See in the image above how one of the indent lines is more visible than the others. This is because that is the indent level my cursor was currently on.

I was think of something similar, where just the current indent level is highlighted by having a solid line instead of the default dotted line this plugin offers.