From d93d272819e691f82bf14be6f51141fce496eea4 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Thu, 27 Oct 2022 23:35:42 +0200 Subject: [PATCH] install: Check for +lua for vim --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 4afa515..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" } -- 2.30.2