Skip to content

Commit

Permalink
Merge pull request barretlee#5 from nly/patch-1
Browse files Browse the repository at this point in the history
submodules
  • Loading branch information
barretlee committed Apr 21, 2016
2 parents 5ffabe6 + 3e4343b commit 0ce4a54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ if [[ -d ~/.vim/bundle/YouCompleteMe ]]; then
else
git clone https://github.com/Valloric/YouCompleteMe.git ~/.vim/bundle/YouCompleteMe;
cd ~/.vim/bundle/YouCompleteMe;
git submodule update --init --recursive
# for nodejs
./install.py --tern-completer;
fi;
Expand Down

0 comments on commit 0ce4a54

Please sign in to comment.