changed eclim open location

This commit is contained in:
Ahir Reddy 2014-02-12 16:19:00 -08:00
commit 506e70b097

2
.vimrc
View file

@ -154,7 +154,7 @@ if has("autocmd")
endif
" Eclim Settings
let g:EclimScalaSearchSingleResult = 'tabnew'
let g:EclimScalaSearchSingleResult = 'edit'
let g:EclimCompletionMethod = 'omnifunc'
let g:SuperTabDefaultCompletionType = 'context'
map <C-Space> :ScalaSearch<CR>