Yggdroot / indentLine

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

First indent line character is different from the rest #360

Closed felipejoribeiro closed 3 years ago

felipejoribeiro commented 3 years ago

Here is an example of the problem:

image

The config for the plugin follows ahead:

let g:indentLine_char = '┊'
let g:indentLine_showFirstIndentLevel = 1
Yggdroot commented 3 years ago

https://github.com/Yggdroot/indentLine/blob/5617a1cf7d315e6e6f84d825c85e3b669d220bfa/doc/indentLine.txt#L43-L48

felipejoribeiro commented 3 years ago

Perfect! Thank you very much. Sorry for not finding this myself.