Yggdroot

Results 171 comments of Yggdroot

I'm curious why there are still so many people bothered by this issue, the root cause and the solution have already been posted above. 1. If your vim is 8.1.2060+,...

> > 1. doesn't appear to work for Neovim users (there are many) ~~NVIM v0.4.2 works well without any settings.~~ NVIM v0.4.2 works well with the following operation: ```vim :e...

https://github.com/Yggdroot/indentLine/blob/5617a1cf7d315e6e6f84d825c85e3b669d220bfa/doc/indentLine.txt#L77-L82

do you indent code with spaces or tabs?

@cursivecode I guess the code is indented with tabs before aligning.

@reubinoff your vim does not support `conceal`, see your screenshot: `-conceal`.

you should compile vim yourself.

The performance issue depends on the files, has no relation with version of vim. If the file does not have many Long lines, the performance is good, for example the...

'let g:indentLine_faster = 1' can make the performance better, but indentLine will display on the non leading spaces. In my frequent use, I don't have the performance issue, so I...