plugins: Change easychair2 url
[vimconf.git] / install.sh
index d50c6d9b8a46f5601b239f5c698c2eb517f05ea5..4d7ec01a2aa14f7bd5d17983f7484120ad82a59a 100755 (executable)
@@ -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
 }