From 094267f5376e2ac2953b5a46878894ef56b1f80d Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Mon, 15 Jul 2019 21:29:01 +0200 Subject: [PATCH] [vim/YCMD] add installation for YouCompleteMeDaemon --- install.conf.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"] ] } ]