summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2016-11-28 20:45:40 +0100
committerTharre <tharre3@gmail.com>2016-11-28 20:46:44 +0100
commita7a5d2b5193e63bd06c5e6d24de8a32a31a14cda (patch)
tree7d3631f3d6eb9e9a147a33aff09a79f57ebab61e
parent9d692a2c5bdba01d2c47788494764acbafeb6950 (diff)
downloaddotfiles-a7a5d2b5193e63bd06c5e6d24de8a32a31a14cda.tar.gz
dotfiles-a7a5d2b5193e63bd06c5e6d24de8a32a31a14cda.tar.xz
dotfiles-a7a5d2b5193e63bd06c5e6d24de8a32a31a14cda.zip
vim: add vim-javacomplete2
-rw-r--r--.gitmodules3
m---------.vim/bundle/vim-javacomplete20
-rw-r--r--.vimrc3
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
diff --git a/.vimrc b/.vimrc
index c4d7b47..7528e55 100644
--- a/.vimrc
+++ b/.vimrc
@@ -116,3 +116,6 @@ let g:ctrlp_cmd = 'CtrlPMixed'
" supertab
let g:SuperTabDefaultCompletionType = "context"
+
+" javacomplete2
+autocmd FileType java setlocal omnifunc=javacomplete#Complete