newer method for installing YCM
This commit is contained in:
parent
36eadb34f1
commit
62b1de4ac0
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ ln -vfs "$DIR/.config/redshift.conf" ~/.config/redshift.conf
|
||||||
|
|
||||||
cd "$DIR/.vim/bundle/YouCompleteMe/"
|
cd "$DIR/.vim/bundle/YouCompleteMe/"
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
./install.sh --clang-completer
|
python install.py --clang-completer
|
||||||
|
|
||||||
# symlink 'nodejs' as node on some systems
|
# symlink 'nodejs' as node on some systems
|
||||||
# will replace symlink if it exists, but won't replace regular file
|
# will replace symlink if it exists, but won't replace regular file
|
||||||
|
|
Loading…
Reference in a new issue