Lint and Format code with vim and ALE

Currently I’m writing JS and Elixir code and I’ve using a lot of plugins to help me about misspelling in my code, first I was using Syntastic, later I was using Neomake but now I fell in love with ALE and I try to explain why. Ale knows clearly about if a plugin/addon shows an error that plugin/addon can fix that error if is possible. For example if I’m using eslint and I see this error:...

November 15, 2017 · 2 min · Carlos Ramos