Added eclim to supertab

This commit is contained in:
Ahir Reddy 2014-02-06 12:22:24 -08:00
commit 8cd103e80f

2
.vimrc
View file

@ -153,4 +153,6 @@ endif
" Eclim Settings
let g:EclimScalaSearchSingleResult = 'tabnew'
let g:EclimCompletionMethod = 'omnifunc'
let g:SuperTabDefaultCompletionType = 'context'
map <C-Space> :ScalaSearch<CR>