From ffe89edf03bd7f35efc2478b7f59059fd8ebddbe Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Mon, 14 Mar 2016 15:33:22 +0100 Subject: [PATCH] FAQ: How to disable random quotes header? --- doc/startify.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/startify.txt b/doc/startify.txt index 0cf39b4..90dcd8a 100644 --- a/doc/startify.txt +++ b/doc/startify.txt @@ -623,6 +623,7 @@ FAQ *startify-faq* |startify-faq-10| Temporarily skip Startify at start? |startify-faq-11| How to use the output of a command as header? |startify-faq-12| There is an empty window with vim-plug! + |startify-faq-13| How to disable random quotes header? ------------------------------------------------------------------------------ *startify-faq-01* @@ -795,6 +796,14 @@ This will open the plug buffer in the current window instead of creating a new window on the left side. Mind that this will also close the Startify buffer since it will be hidden. +------------------------------------------------------------------------------ + *startify-faq-13* +How to disable random quotes header?~ +> + let g:startify_custom_header = [] +< +See |g:startify_custom_header|. + ============================================================================== EXAMPLE *startify-example*