diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 2f6e599..7ce405a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -49,3 +49,6 @@ [submodule ".vim/bundle/supertab"] path = .vim/bundle/supertab url = https://github.com/ervandew/supertab.git +[submodule ".vim/bundle/vim-javacomplete2"] + path = .vim/bundle/vim-javacomplete2 + url = https://github.com/artur-shaik/vim-javacomplete2.git |