From a0bd84dfa6471b5ccdf00cc0d9334e3d015e5457 Mon Sep 17 00:00:00 2001 From: Tao Gong Date: Wed, 20 Feb 2019 11:38:31 -0500 Subject: [PATCH] install script updated --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 6b00ac7..0faca6b 100755 --- a/install.sh +++ b/install.sh @@ -1,2 +1,4 @@ git submodule update echo "runtime vimrc" > ~/.vimrc +cd bundle/YouCompleteMe +python3 install.py --clang-completer