diff options
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -116,3 +116,6 @@ let g:ctrlp_cmd = 'CtrlPMixed' " supertab let g:SuperTabDefaultCompletionType = "context" + +" javacomplete2 +autocmd FileType java setlocal omnifunc=javacomplete#Complete |