(A Creative Blog Name Here)

Code, math, and other things I find useful

Using syntastic with vim (and a vim bug on OSX)

Syntastic is a syntax checking plugin for vim that supports many different languages. I decided to give it a try in my current vim setup for my current projects written in python. Additionally, I decided to try out flake8, a wrapper for pyflakes, pep8 and mccabe.

Setting up flake8 is ...