X-Git-Url: https://git.sthu.org/?p=vimconf.git;a=blobdiff_plain;f=install.sh;h=d50c6d9b8a46f5601b239f5c698c2eb517f05ea5;hp=6def7c94c7c5796b69d1cc9e64fe74ccf4820389;hb=HEAD;hpb=4a3479cb8cdf93277d82a99a5543cbbd8aee7a33 diff --git a/install.sh b/install.sh index 6def7c9..4d7ec01 100755 --- a/install.sh +++ b/install.sh @@ -51,6 +51,7 @@ check_requirements() check_prog curl check_prog git check_vim +python3 + check_vim +lua check_py3 neovim check_font "Hack NF" } @@ -77,13 +78,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=\"vi -c ASMANPAGER -\" +EOF }