diff --git a/plugin/indent_guides.vim b/plugin/indent_guides.vim index 642553b..3a83779 100644 --- a/plugin/indent_guides.vim +++ b/plugin/indent_guides.vim @@ -72,5 +72,5 @@ augroup indent_guides autocmd VimEnter * :IndentGuidesEnable endif - autocmd BufEnter,WinEnter * call indent_guides#process_autocmds() + autocmd BufEnter,WinEnter,ColorScheme * call indent_guides#process_autocmds() augroup END