1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 00:20:05 +08:00

Ale owership transferred from w0rp to dense-analysis (#3345)

This commit is contained in:
Gabriel 2020-02-11 12:38:46 +08:00 committed by GitHub
parent 240a31c591
commit 8b94cf3525
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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