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`
|
DIR=`realpath $DIR`
|
||||||
echo "using $DIR as the top level directory"
|
echo "using $DIR as the top level directory"
|
||||||
cd $DIR
|
cd $DIR
|
||||||
git submodule init
|
git submodule update --init --recursive
|
||||||
git submodule update --recursive
|
|
||||||
|
|
||||||
#configs
|
#configs
|
||||||
ln -vfs "$DIR/.vim" ~/.
|
ln -vfs "$DIR/.vim" ~/.
|
||||||
|
@ -38,6 +37,7 @@ mkdir -p ~/.config/vdirsyncer/
|
||||||
ln -vfs "$DIR/.config/vdirsyncer/config" ~/.config/vdirsyncer/
|
ln -vfs "$DIR/.config/vdirsyncer/config" ~/.config/vdirsyncer/
|
||||||
|
|
||||||
cd "$DIR/.vim/bundle/YouCompleteMe/"
|
cd "$DIR/.vim/bundle/YouCompleteMe/"
|
||||||
|
git submodule update --init --recursive
|
||||||
./install.sh --clang-completer
|
./install.sh --clang-completer
|
||||||
|
|
||||||
# symlink 'nodejs' as node on some systems
|
# symlink 'nodejs' as node on some systems
|
||||||
|
|
Loading…
Reference in a new issue