In Editor Linting with Syntastic
In this post I’m going to talk about setting up Syntastic in Vim, and why it’s an important development tool. Syntastic is plugin that runs files through external syntax checkers (linters). It’s capable of using built-in Vim features (statusline, sign, location-list) to…