Yggdroot
Yggdroot
There is no way to handle the cursorcolumn.
I think it is the latter.
First, I don't know what plugins have used `conceal`. Second, there is only one way to customize the color, i.e., `hi Conceal`.
@ahmedelgabri It's vim's ability.
> I can't get these characters to add without the '\' slashes. > > > How do i get these to go away? in my .vimrc file i currently have...
https://github.com/Yggdroot/indentLine/issues?utf8=%E2%9C%93&q=tex may help.
That is because the file has very long lines. You'd better disable IndentLine for this kind of file.
`g:indentLine_faster` is deprecated now, Please update the plugin, the performance may be better now.
this plugin has bad performance for files with LONG lines, this is known issue. maybe you can try a new option "let g:indentLine_faster = 1" or don't use this plugin.