diff --git a/after/plugin/indentLine.vim b/after/plugin/indentLine.vim index 2982d98..b4225ca 100644 --- a/after/plugin/indentLine.vim +++ b/after/plugin/indentLine.vim @@ -165,7 +165,7 @@ endfunction augroup indentLine autocmd! autocmd BufWinEnter * call Setup() - autocmd BufRead,BufNewFile,ColorScheme * call InitColor() + autocmd BufRead,BufNewFile,ColorScheme,Syntax * call InitColor() augroup END "{{{1 commands