Yggdroot / indentLine

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

Feature: Choose which characters to display indentation levels under #343

Closed mcauley-penney closed 3 years ago

mcauley-penney commented 3 years ago

Hey, I love indentLine! Im a big fan of this utility, so thank you!

I wanted to ask if it's possible to choose which characters will "activate" or display the indentation lines. For example, I would like to be able to display indentation lines only between opening and closing curly braces, but not for tabs.

If that's possible, does it already exist?

Thanks!