From 7b41ac7369b3aa7df5621fc631c24a72a20615f0 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Thu, 11 Sep 2014 18:36:31 +0200 Subject: [PATCH] Doc: add statusline plugins to the FAQ --- doc/startify.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/startify.txt b/doc/startify.txt index 2bc5a70..28ae6b7 100644 --- a/doc/startify.txt +++ b/doc/startify.txt @@ -619,6 +619,18 @@ Put this in your vimrc: < ------------------------------------------------------------------------------ +Startify prevents my statusline plugin from working!~ + +airline: +> + autocmd User Startified call AirlineRefresh +< +lightline: +> + autocmd User Startified call lightline#update() +< +------------------------------------------------------------------------------ + The session autoload feature is not working!~ Do you have NERDTree installed by any chance? If so, try this: