This commit is contained in:
Alex Yatskov 2016-10-01 14:33:57 -07:00
parent aacb50850e
commit 45f1708837

View File

@ -1,9 +1,9 @@
#!/bin/sh
#!/bin/bash
# YouCompleteMe
pushd .vim/bundle/YouCompleteMe
git submodule update --init --recursive
./install.py --clang-completer --system-libclang
./install.py --clang-completer
popd
# tern_for_vim