diff --git a/install.conf.json b/install.conf.json index c415ef2..1f1a165 100644 --- a/install.conf.json +++ b/install.conf.json @@ -76,7 +76,8 @@ }, { "shell": [ - ["git submodule update --init --jobs $(nproc) --recursive", "Installing submodules"] + ["git submodule update --init --jobs $(nproc) --recursive", "Installing submodules"], + ["cd vim/start/YouCompleteMe && python3 install.py --all"] ] } ]