vim: disable startify cowsay

This commit is contained in:
Mathieu Maret 2017-11-06 10:50:41 +01:00
parent 9936083db8
commit c2907a6b5b
1 changed files with 1 additions and 0 deletions

1
.vimrc
View File

@ -607,4 +607,5 @@ let g:startify_commands = [
\ ['Plugin Update', 'PluginUpdate'],
\ ['Plugin Install', 'PluginInstall'],
\]
let g:startify_custom_header = []
call vundle#end()