diff --git a/after/plugin/indentLine.vim b/after/plugin/indentLine.vim index eab4cec..2fa68cf 100644 --- a/after/plugin/indentLine.vim +++ b/after/plugin/indentLine.vim @@ -164,7 +164,7 @@ endfunction "{{{1 commands autocmd BufWinEnter * call Setup() -autocmd BufRead,ColorScheme * call InitColor() +autocmd BufRead,BufNewFile,ColorScheme * call InitColor() command! -nargs=? IndentLinesReset call ResetWidth() command! IndentLinesToggle call IndentLinesToggle()