mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
Fix
This commit is contained in:
parent
90243f5776
commit
f517065e8e
2 changed files with 13 additions and 4 deletions
6
.vimrc
6
.vimrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue