Added submodule for javacomplete.

This commit is contained in:
Nicole Tietz-Sokolskaya 2012-06-09 17:43:55 -04:00
parent f45bc5b9b4
commit ab67a5aa03
3 changed files with 7 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "vim/javacomplete"]
path = vim/javacomplete
url = git://github.com/ntietz/javacomplete.git

View File

@ -14,6 +14,8 @@ rm -f .vimrc
ln -s ~/Repositories/config/vimrc .vimrc
# set up the default branch for git
git config --global branch.master.remote origin
git config --global branch.master.remote github
git config --global branch.master.merge refs/heads/master
mkdir -p .vim

1
vim/javacomplete Submodule

@ -0,0 +1 @@
Subproject commit f3d9ce93b4452baf5cb15b68d3b2a925a10a6e7d