Added submodule for javacomplete.
This commit is contained in:
parent
f45bc5b9b4
commit
ab67a5aa03
3 changed files with 7 additions and 1 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "vim/javacomplete"]
|
||||
path = vim/javacomplete
|
||||
url = git://github.com/ntietz/javacomplete.git
|
|
@ -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
1
vim/javacomplete
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit f3d9ce93b4452baf5cb15b68d3b2a925a10a6e7d
|
Loading…
Reference in a new issue