X-Git-Url: https://git.sthu.org/?p=vimconf.git;a=blobdiff_plain;f=install.sh;h=3b9cfe762276e31d8ac1742d0ded2c540672f3c4;hp=d50c6d9b8a46f5601b239f5c698c2eb517f05ea5;hb=HEAD;hpb=213a714f0ebbc87bd41761349a6c80a4f03bce24 diff --git a/install.sh b/install.sh index d50c6d9..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" } @@ -83,7 +84,7 @@ 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 -\" + export MANPAGER=\"vi -c ASMANPAGER -\" EOF }