mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
changed eclim open location
This commit is contained in:
parent
437f48299f
commit
506e70b097
1 changed files with 1 additions and 1 deletions
2
.vimrc
2
.vimrc
|
|
@ -154,7 +154,7 @@ if has("autocmd")
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" Eclim Settings
|
" Eclim Settings
|
||||||
let g:EclimScalaSearchSingleResult = 'tabnew'
|
let g:EclimScalaSearchSingleResult = 'edit'
|
||||||
let g:EclimCompletionMethod = 'omnifunc'
|
let g:EclimCompletionMethod = 'omnifunc'
|
||||||
let g:SuperTabDefaultCompletionType = 'context'
|
let g:SuperTabDefaultCompletionType = 'context'
|
||||||
map <C-Space> :ScalaSearch<CR>
|
map <C-Space> :ScalaSearch<CR>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue