Added eclim+YCM thing to vimrc

This commit is contained in:
Dreaded_X 2014-08-31 23:12:41 +02:00
parent f3b33ebdf0
commit 83ae5e2bdc

5
vimrc
View File

@ -3,11 +3,6 @@ syntax on
filetype plugin indent on
let g:EclimCompletionMethod = 'omnifunc'
if !exists('g:neocomplcache_force_omni_patterns')
let g:neocomplcache_force_omni_patterns = {}
endif
let g:neocomplcache_force_omni_patterns.java = '\k\.\k*'
set t_Co=256
set background=dark
colorscheme solarized