mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 22:50:06 +08:00
fix(scala): use old fork ensime-vim
close https://github.com/SpaceVim/SpaceVim/issues/4899
This commit is contained in:
parent
6b4f50a203
commit
4e9b739632
@ -147,7 +147,7 @@ function! SpaceVim#layers#lang#scala#plugins() abort
|
|||||||
let plugins = []
|
let plugins = []
|
||||||
call add(plugins, [g:_spacevim_root_dir . 'bundle/vim-scala', {'merged' : 0}])
|
call add(plugins, [g:_spacevim_root_dir . 'bundle/vim-scala', {'merged' : 0}])
|
||||||
if has('python3') || has('python')
|
if has('python3') || has('python')
|
||||||
call add(plugins, ['ensime/ensime-vim', {'on_ft': 'scala'}])
|
call add(plugins, ['wsdjeg/ensime-vim', {'on_ft': 'scala'}])
|
||||||
endif
|
endif
|
||||||
return plugins
|
return plugins
|
||||||
endfunction
|
endfunction
|
||||||
|
Loading…
Reference in New Issue
Block a user