mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-14 14:33:51 -05:00
call lightline#highlight after SessionLoadPost (fix #19)
This commit is contained in:
@@ -16,7 +16,7 @@ set cpo&vim
|
||||
augroup LightLine
|
||||
autocmd!
|
||||
autocmd WinEnter,BufWinEnter,FileType,ColorScheme * call lightline#update()
|
||||
autocmd ColorScheme * call lightline#highlight()
|
||||
autocmd ColorScheme,SessionLoadPost * call lightline#highlight()
|
||||
autocmd CursorMoved,BufUnload * call lightline#update_once()
|
||||
augroup END
|
||||
|
||||
|
||||
Reference in New Issue
Block a user