Adding new stuff
This commit is contained in:
parent
f35db9de5c
commit
ca6890dced
1 changed files with 12 additions and 12 deletions
24
.vimrc
24
.vimrc
|
|
@ -6,18 +6,18 @@ so ~/.vim/Rename.vim
|
||||||
|
|
||||||
" let g:EclimCompletionMethod = 'omnifunc'
|
" let g:EclimCompletionMethod = 'omnifunc'
|
||||||
" Java Autocomplete
|
" Java Autocomplete
|
||||||
let g:acp_behaviorJavaEclimLength=3
|
" let g:acp_behaviorJavaEclimLength=3
|
||||||
function MeetsForJavaEclim(context)
|
" function MeetsForJavaEclim(context)
|
||||||
return g:acp_behaviorJavaEclimLength >= 0 &&
|
" return g:acp_behaviorJavaEclimLength >= 0 &&
|
||||||
\ a:context =~ '\k\.\k\{' . g:acp_behaviorJavaEclimLength . ',}$'
|
" \ a:context =~ '\k\.\k\{' . g:acp_behaviorJavaEclimLength . ',}$'
|
||||||
endfunction
|
" endfunction
|
||||||
let g:acp_behavior = {
|
" let g:acp_behavior = {
|
||||||
\ 'java': [{
|
" \ 'java': [{
|
||||||
\ 'command': "\<c-x>\<c-u>",
|
" \ 'command': "\<c-x>\<c-u>",
|
||||||
\ 'completefunc' : 'eclim#java#complete#CodeComplete',
|
" \ 'completefunc' : 'eclim#java#complete#CodeComplete',
|
||||||
\ 'meets' : 'MeetsForJavaEclim',
|
" \ 'meets' : 'MeetsForJavaEclim',
|
||||||
\ }]
|
" \ }]
|
||||||
\ }
|
" \ }
|
||||||
|
|
||||||
" Rezise splits
|
" Rezise splits
|
||||||
"nnoremap <C-Left> :vertical resize -20<CR>
|
"nnoremap <C-Left> :vertical resize -20<CR>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue