Yggdroot / indentLine

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

Too many vertical lines #330

Closed josephmturner closed 3 years ago

josephmturner commented 3 years ago

Hello! I'm excited to start using this plugin, but I'm running into an issue where the vertical lines are appearing on every single space (as opposed to every other space, the expected behavior).

image

I am using spaces for indenting.

Yggdroot commented 3 years ago

What programming language is it? It's a confilict with the syntax file of the programming language, maybe you can find the solution in the existing issues.

josephmturner commented 3 years ago

Thank you for the response. The syntax is React JSX with Typescript - I will look in the issues, but if you would point me to an issue, I would greatly appreciate it :)

josephmturner commented 3 years ago

I am using the vim-javascript plugin, and in this comment, you say that there is a conflict with that plugin. If you have time, would you please explain a little bit what the conflict is? Thank you very much!!