mhinz / vim-startify

:link: The fancy start screen for Vim.
MIT License
5.31k stars 187 forks source link

Disable Cowsay header #210

Closed Konfekt closed 8 years ago

Konfekt commented 8 years ago

How to disable the Cowsay Header? The naive try

let g:startify_custom_header =[]

adds an empty line.

mhinz commented 8 years ago

Thanks for mentioning!

joenye commented 7 years ago

Note that let g:startify_custom_header =[''] still adds an empty line. You have to put let g:startify_custom_header =[]

mhinz commented 7 years ago

@joenye

It's documented that way under :h g:startify_custom_header ("Every string will be written on its own line, hence you can use empty strings for blank lines.") and :h startify-faq-13.