This commit is contained in:
Ahir Reddy 2014-08-03 11:18:56 -07:00
commit f517065e8e
2 changed files with 13 additions and 4 deletions

6
.vimrc
View file

@ -157,9 +157,9 @@ if has("autocmd")
endif
" Eclim Settings
let g:EclimScalaSearchSingleResult = 'edit'
let g:EclimCompletionMethod = 'omnifunc'
let g:SuperTabDefaultCompletionType = 'context'
" let g:EclimScalaSearchSingleResult = 'edit'
" let g:EclimCompletionMethod = 'omnifunc'
" let g:SuperTabDefaultCompletionType = 'context'
map <C-Space> :ScalaSearch<CR>
set wildignore=*.o,*~,*.pyc,*.class,\$global