install: Check for +lua for vim
authorStefan Huber <shuber@sthu.org>
Thu, 27 Oct 2022 21:35:42 +0000 (23:35 +0200)
committerStefan Huber <shuber@sthu.org>
Thu, 27 Oct 2022 21:35:42 +0000 (23:35 +0200)
install.sh

index 4afa51565307be922a8f1818c7671dfe1f99a973..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"
 }