Yggdroot / indentLine

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

It display the default char only when there is a comment #310

Closed ghost closed 4 years ago

ghost commented 4 years ago

I just installed it via PlugInstall. It doesn't work, except for comments.

There a screenshot of the issue.

screenshot

If you need some more detail, just ask.

Yggdroot commented 4 years ago

have you read #59?

ghost commented 4 years ago

@Yggdroot no, but I figured out the problem, it was because of using tabs insted of spaces. I'll read the #59 and I'll see if I could manage to solve the problem. If I couldn't, I'd write back here.

ghost commented 4 years ago

I've read #59 and tried everything is written there, but I couldn't manage to find a solution. Is it a problem of the plugin with tabs? Should I switch to spaces? (I won't, tabs >>>>>>>> spaces :) )