~dricottone/vim-mypy

ref: 518676741fe729fc984d0258fd0f18a47f6fbe56 vim-mypy/README.md -rw-r--r-- 345 bytes
51867674 — Integralist Setup 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'
```