Do not rebuild YCM every time

This commit is contained in:
2017-09-02 19:22:07 +02:00
parent 54baf3fa33
commit f16d61e5d6

View File

@@ -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