mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 22:30:04 +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 = []
|
||||
call add(plugins, [g:_spacevim_root_dir . 'bundle/vim-scala', {'merged' : 0}])
|
||||
if has('python3') || has('python')
|
||||
call add(plugins, ['ensime/ensime-vim', {'on_ft': 'scala'}])
|
||||
call add(plugins, ['wsdjeg/ensime-vim', {'on_ft': 'scala'}])
|
||||
endif
|
||||
return plugins
|
||||
endfunction
|
||||
|
Loading…
Reference in New Issue
Block a user