From: Stefan Huber Date: Mon, 1 Feb 2021 14:20:39 +0000 (+0100) Subject: install: Cleanup info on first start X-Git-Url: https://git.sthu.org/?p=vimconf.git;a=commitdiff_plain;h=213a714f0ebbc87bd41761349a6c80a4f03bce24;hp=a342e3f5ebf72d48c98be41f6d6c0f8391ad89d9 install: Cleanup info on first start --- 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 }