Yggdroot / indentLine

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

Feature Request Indentation Colors #323

Closed typkrft closed 3 years ago

typkrft commented 4 years ago

First off, let me say thank you for this wonderful plugin. After moving from a GUI text editor this was something I was definitely missing.

I think it would awesome if the user could define colors for indentation levels.

For Example:

  | <= red
    | <= green
      | < = yellow 
    | <= green
  | <= red   
Shaedil commented 4 years ago

I second this notion, I think this functionality best fits the trend in functionality over aesthetics in vim plugins. No doubt, I would use this.

Yggdroot commented 3 years ago

There is no way for this feature, because the line is attached to conceal highlight group.