.
This commit is contained in:
parent
aacb50850e
commit
45f1708837
@ -1,9 +1,9 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
# YouCompleteMe
|
# YouCompleteMe
|
||||||
pushd .vim/bundle/YouCompleteMe
|
pushd .vim/bundle/YouCompleteMe
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
./install.py --clang-completer --system-libclang
|
./install.py --clang-completer
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# tern_for_vim
|
# tern_for_vim
|
||||||
|
Loading…
Reference in New Issue
Block a user