parent
b7398c8135
commit
a16e94e687
|
@ -10,6 +10,10 @@ endif
|
||||||
let g:loaded_startify = 1
|
let g:loaded_startify = 1
|
||||||
let g:startify_locked = 0
|
let g:startify_locked = 0
|
||||||
|
|
||||||
|
if !get(g:, 'startify_disable_at_vimenter')
|
||||||
|
set shortmess+=I
|
||||||
|
endif
|
||||||
|
|
||||||
augroup startify
|
augroup startify
|
||||||
autocmd VimEnter * nested call s:genesis()
|
autocmd VimEnter * nested call s:genesis()
|
||||||
autocmd VimLeave * call s:extinction()
|
autocmd VimLeave * call s:extinction()
|
||||||
|
|
Loading…
Reference in a new issue