# vim-mypy
Vim plugin for executing Python's optional static type checker [MyPy](http://mypy-lang.org/)
## Install
### [Pathogen](https://github.com/tpope/vim-pathogen)
```bash
git clone https://github.com/integralist/vim-mypy ~/.vim/bundle/vim-mypy
```
### [Vundle](https://github.com/gmarik/vundle)
```
Plugin 'integralist/vim-mypy'
```