Fork me on GitHub
#vim
<
2017-09-28
>
uwo15:09:52

has anyone setup linting using syntastic? (for clojure)

dominicm15:09:50

I'm using ALE

dominicm15:09:57

but with my own tool.

uwo15:09:57

ooh what’s ALE?

dominicm15:09:04

Async Linter... E

dominicm15:09:40

I think it's both

uwo15:09:09

thanks! this guy? w0rp/ale

dominicm15:09:05

having said that, I only had it working with my own tool (clojure-check)

dominicm15:09:12

which also works with Neomake

dominicm15:09:30

I haven't tried it with joker, which is really the only worthwhile linter, I hear.