Vim flymake-like functionality

Hey all,

Is there a good package for the following scenario?

I have Elixir open in Vim. Everytime I write it, it calls the Elixir compiler and puts compiler errors and warnings in my buffer. If things compile, my node reloads.

I currently accomplish this with vim-erlang-compiler, and the erlang sync package. I’m assuming I can use sync() in my Elixir node (it’s just erlang after all).

I’ve googled and can’t find a good vim-flymake mode. (Yes I know about spacemacs and alchemist)

thanks,
daniel

1 Like