Yggdroot / indentLine

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

indentLine_setColors can't work with vim-plug's lazy load #345

Closed fcying closed 3 years ago

fcying commented 3 years ago

if I use lazy load Plug 'Yggdroot/indentLine' , {'on':'IndentLinesToggle'} indentLine_setColors can't work, image

not use lazy load it work well Plug 'Yggdroot/indentLine' image

ppwwyyxx commented 1 year ago

Having the same issue. It seems this is because indentLine uses autocmd BufRead to initialize the colors. So on lazy load it does not initialize the colors. Would be great to keep this issue open.