In the README section, the configuration isn't explained in detail.
au User asyncomplete_setup call asyncomplete#ale#register_source({
\ 'name': 'reason',
\ 'linter': 'flow',
\ })
I have a bunch of languages that need linters and fixers. For now, they're stored in let g:ale_linters and let g:ale_fixers. How should I pass them through this function?
In the README section, the configuration isn't explained in detail.
I have a bunch of languages that need linters and fixers. For now, they're stored in let
g:ale_linters
andlet g:ale_fixers
. How should I pass them through this function?