~dricottone/vim-mypy

ref: b62fca16d42857888ab6dc7a8ffcbab85f224fa9 vim-mypy/autoload/mypy.vim -rw-r--r-- 584 bytes
b62fca16 — dricottone 5 years ago dev
Remove --fast-parser option

The parser for mypy was changed permanently. The 'fast' parser is no
longer opt-in-able. (Rather, it became possible to opt-out of it.)
2309c037 — Mark McDonnell 7 years ago
Use correct flags

--fast-parser for async/await support
--ignore-missing-imports --follow-imports=skip for not following imports and causing odd errors
be76aa31 — Integralist 7 years ago
Fix bug in autoload code
51867674 — Integralist 7 years ago
Setup