farazdagi / vim-go-ide

Ready to use, fully configured for Go development.
576 stars 290 forks source link

[Suggestion] Ale instead of syntastic #16

Open osleg opened 7 years ago

osleg commented 7 years ago

Recently we got Vim8 released which featured concurrent plugins execution. While Syntastic is fantastic - it still slows down vim on large files and especially on large project.

Also, the vim-go and syntastic sometimes does not play very well together. Given this, maybe it would be a nice idea to swap syntastic by Ale?