From 213a714f0ebbc87bd41761349a6c80a4f03bce24 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Mon, 1 Feb 2021 15:20:39 +0100 Subject: [PATCH] install: Cleanup info on first start --- install.sh | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/install.sh b/install.sh index 6def7c9..d50c6d9 100755 --- a/install.sh +++ b/install.sh @@ -77,13 +77,14 @@ install() { ln -s $HOME/.vim/gvimrc $HOME/.gvimrc ln -s $HOME/.vim $HOME/.config/nvim - echo "" - echo "vim-startify may complain about invalid viminfo file. It will" - echo "disappear once you opened the first file." - echo "" - echo "Add this line to your shell configuration, e.g., ~/.profile, to" - echo "use vim as man pager:" - echo " export MANPAGER=\"view -c MANPAGER -\"" + cat << EOF +At the first start the plugins will be installed. Hence, at the first +start the plugin provided colorscheme is not available yet. + +Add this line to your shell configuration, e.g., ~/.profile, to +use vim as man pager: + export MANPAGER=\"view -c MANPAGER -\" +EOF } -- 2.30.2