From a693df562838c3f93fcb6055359091aab834c8e2 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Mon, 12 Nov 2018 01:10:33 +0100 Subject: Found and added formatoptions :) --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 2eb2a56..bc8a868 100755 --- a/install.sh +++ b/install.sh @@ -10,9 +10,10 @@ cd $THIS_DIR # Fetch dependencies (git submodules)... awk '/path = (.*)/{PATH=$3;next} /url = /{URL=$3;next} URL{system("git submodule add " URL " " PATH)}' .gitmodules -git submodule update --init --remote --progress +git submodule update --init --remote --progress --recursive # compile YouCompleteMe +# dependencies: python-certifi cd $THIS_DIR/pack/vim/opt/YouCompleteMe ./install.py --clang-completer -- cgit v1.2.3