diff options
author | Tharre <tharre3@gmail.com> | 2016-11-28 20:45:40 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2016-11-28 20:46:44 +0100 |
commit | a7a5d2b5193e63bd06c5e6d24de8a32a31a14cda (patch) | |
tree | 7d3631f3d6eb9e9a147a33aff09a79f57ebab61e | |
parent | 9d692a2c5bdba01d2c47788494764acbafeb6950 (diff) | |
download | dotfiles-a7a5d2b5193e63bd06c5e6d24de8a32a31a14cda.tar.gz dotfiles-a7a5d2b5193e63bd06c5e6d24de8a32a31a14cda.tar.xz dotfiles-a7a5d2b5193e63bd06c5e6d24de8a32a31a14cda.zip |
vim: add vim-javacomplete2
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | .vim/bundle/vim-javacomplete2 | 0 | ||||
-rw-r--r-- | .vimrc | 3 |
3 files changed, 6 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 diff --git a/.vim/bundle/vim-javacomplete2 b/.vim/bundle/vim-javacomplete2 new file mode 160000 +Subproject 5ab1d78579d7e4e73bc25a8fd6689c8f8a43538 @@ -116,3 +116,6 @@ let g:ctrlp_cmd = 'CtrlPMixed' " supertab let g:SuperTabDefaultCompletionType = "context" + +" javacomplete2 +autocmd FileType java setlocal omnifunc=javacomplete#Complete |