[vim/YCMD] add installation for YouCompleteMeDaemon

This commit is contained in:
Felix Buehler 2019-07-15 21:29:01 +02:00
parent 90e0c90780
commit 094267f537

View file

@ -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"]
]
}
]