Disable intro to avoid potential flashing

References #229.
This commit is contained in:
Marco Hinz 2017-02-26 03:39:09 +01:00
parent b7398c8135
commit a16e94e687
No known key found for this signature in database
GPG key ID: 1C980A1B657B4A4F

View file

@ -10,6 +10,10 @@ endif
let g:loaded_startify = 1
let g:startify_locked = 0
if !get(g:, 'startify_disable_at_vimenter')
set shortmess+=I
endif
augroup startify
autocmd VimEnter * nested call s:genesis()
autocmd VimLeave * call s:extinction()