dart-lang/dart-vim-plugin

Support for Asynchronous Lint Engine

ram535 opened this issue · 1 comments

Is it possible to add support for Asynchronous Lint Engine?
https://github.com/w0rp/ale
Thanks

I think the ale model is to build support for languages within the plugin rather than to have hooks to add support for languages.

You probably want to file an issue against ale asking for it to support the dartanalyzer binary. You can point them at the dart#analyzer function which I think gives enough info on usage.