Closed fcying closed 3 years ago
if I use lazy load Plug 'Yggdroot/indentLine' , {'on':'IndentLinesToggle'} indentLine_setColors can't work,
Plug 'Yggdroot/indentLine' , {'on':'IndentLinesToggle'}
not use lazy load it work well Plug 'Yggdroot/indentLine'
Plug 'Yggdroot/indentLine'
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.
indentLine
autocmd BufRead
if I use lazy load
Plug 'Yggdroot/indentLine' , {'on':'IndentLinesToggle'}
indentLine_setColors can't work,not use lazy load it work well
Plug 'Yggdroot/indentLine'