sloanelybutsurely / vimrc.js

A vimrc that Just Works™ for modern JavaScript development
MIT License
308 stars 15 forks source link

Neomake instead Syntastic in NeoVim #7

Closed renatoagds closed 7 years ago

renatoagds commented 8 years ago

CHANGE LOG

This PR uses Neomake instead Syntastic to lint the files, is a big improvement in performance, since Neomake lint the file asynchronous.

sloanelybutsurely commented 7 years ago

Thank you for this, @renatoagds. I'm going to look at this either today or tomorrow.

sloanelybutsurely commented 7 years ago

@renatoagds I tried this out and it was soooo much faster for both eslint and flow checking. I just couldn't wait so I merged 😄

Thanks you for this contribution 🙏