Added eclim+YCM thing to vimrc
This commit is contained in:
parent
f3b33ebdf0
commit
83ae5e2bdc
5
vimrc
5
vimrc
|
@ -3,11 +3,6 @@ syntax on
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
let g:EclimCompletionMethod = 'omnifunc'
|
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 t_Co=256
|
||||||
set background=dark
|
set background=dark
|
||||||
colorscheme solarized
|
colorscheme solarized
|
||||||
|
|
Loading…
Reference in New Issue
Block a user