Process autocmds after loading the colorscheme.
This commit is contained in:
parent
5bc809d055
commit
ac069a993e
@ -72,5 +72,5 @@ augroup indent_guides
|
|||||||
autocmd VimEnter * :IndentGuidesEnable
|
autocmd VimEnter * :IndentGuidesEnable
|
||||||
endif
|
endif
|
||||||
|
|
||||||
autocmd BufEnter,WinEnter * call indent_guides#process_autocmds()
|
autocmd BufEnter,WinEnter,ColorScheme * call indent_guides#process_autocmds()
|
||||||
augroup END
|
augroup END
|
||||||
|
Loading…
Reference in New Issue
Block a user