explicitely update git submodules for YouCompleteMe
This commit is contained in:
parent
6ca1167787
commit
58e0a4fb04
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,7 @@ fi
|
|||
DIR=`realpath $DIR`
|
||||
echo "using $DIR as the top level directory"
|
||||
cd $DIR
|
||||
git submodule init
|
||||
git submodule update --recursive
|
||||
git submodule update --init --recursive
|
||||
|
||||
#configs
|
||||
ln -vfs "$DIR/.vim" ~/.
|
||||
|
@ -38,6 +37,7 @@ mkdir -p ~/.config/vdirsyncer/
|
|||
ln -vfs "$DIR/.config/vdirsyncer/config" ~/.config/vdirsyncer/
|
||||
|
||||
cd "$DIR/.vim/bundle/YouCompleteMe/"
|
||||
git submodule update --init --recursive
|
||||
./install.sh --clang-completer
|
||||
|
||||
# symlink 'nodejs' as node on some systems
|
||||
|
|
Loading…
Reference in a new issue