~dricottone/vim-mypy

ref: be76aa311fc14a40bdd8e1482e2cdb0293412306 vim-mypy/README.md -rw-r--r-- 345 bytes
be76aa31 — Integralist Fix bug in autoload code 7 years ago
                                                                                
51867674 Integralist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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'
```