summaryrefslogtreecommitdiffstats
path: root/.vimrc
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 /.vimrc
parent9d692a2c5bdba01d2c47788494764acbafeb6950 (diff)
downloaddotfiles-a7a5d2b5193e63bd06c5e6d24de8a32a31a14cda.tar.gz
dotfiles-a7a5d2b5193e63bd06c5e6d24de8a32a31a14cda.tar.xz
dotfiles-a7a5d2b5193e63bd06c5e6d24de8a32a31a14cda.zip
vim: add vim-javacomplete2
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 3 insertions, 0 deletions
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