~dricottone/vim-mypy

ref: 4df7f702fd98518a239f1e2f802ea7507a8456a9 vim-mypy/README.md -rw-r--r-- 509 bytes
4df7f702 — Integralist Update README 7 years ago
                                                                                
51867674 Integralist
4df7f702 Integralist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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'
```

## Alternatives

It seems both [Syntastic](https://github.com/vim-syntastic/syntastic) and [Neomake](https://github.com/neomake/neomake) include support for MyPy.