andreypopp / asyncomplete-ale.vim

LSP completion source (via ALE) for asyncomplete.vim
7 stars 1 forks source link

Expand on configuration #4

Closed Ashvith10 closed 10 months ago

Ashvith10 commented 1 year ago

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?