mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 02:50:06 +08:00
Ale owership transferred from w0rp to dense-analysis (#3345)
This commit is contained in:
parent
240a31c591
commit
8b94cf3525
@ -20,7 +20,7 @@ function! SpaceVim#layers#checkers#plugins() abort
|
||||
if g:spacevim_enable_neomake && g:spacevim_enable_ale == 0
|
||||
call add(plugins, ['neomake/neomake', {'merged' : 0, 'loadconf' : 1 , 'loadconf_before' : 1}])
|
||||
elseif g:spacevim_enable_ale
|
||||
call add(plugins, ['w0rp/ale', {'merged' : 0, 'loadconf_before' : 1}])
|
||||
call add(plugins, ['dense-analysis/ale', {'merged' : 0, 'loadconf_before' : 1}])
|
||||
else
|
||||
call add(plugins, ['wsdjeg/syntastic', {'on_event': 'WinEnter', 'loadconf' : 1, 'merged' : 0}])
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user