mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +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
|
||||
|
||||
" Eclim Settings
|
||||
let g:EclimScalaSearchSingleResult = 'tabnew'
|
||||
let g:EclimScalaSearchSingleResult = 'edit'
|
||||
let g:EclimCompletionMethod = 'omnifunc'
|
||||
let g:SuperTabDefaultCompletionType = 'context'
|
||||
map <C-Space> :ScalaSearch<CR>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue