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