From f16d61e5d60d425a069beca25c29d7e0af31df20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sat, 2 Sep 2017 19:22:07 +0200 Subject: [PATCH] Do not rebuild YCM every time --- install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.yml b/install.yml index 0d2da28..1dd6c82 100644 --- a/install.yml +++ b/install.yml @@ -45,6 +45,6 @@ - command: nvim -E +PlugInstall +qall || true stdout: true stderr: true - - command: cd ~/.local/share/nvim/plugged/YouCompleteMe && ./install.py || true + - command: test -e ~/.local/share/nvim/plugged/YouCompleteMe/third_party/ycmd/ycm_core.so || bash -c "cd ~/.local/share/nvim/plugged/YouCompleteMe && ./install.py" || true stdout: true stderr: true