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 /.vimrc | |
parent | 9d692a2c5bdba01d2c47788494764acbafeb6950 (diff) | |
download | dotfiles-a7a5d2b5193e63bd06c5e6d24de8a32a31a14cda.tar.gz dotfiles-a7a5d2b5193e63bd06c5e6d24de8a32a31a14cda.tar.xz dotfiles-a7a5d2b5193e63bd06c5e6d24de8a32a31a14cda.zip |
vim: add vim-javacomplete2
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 |