VimPlugin: python-mode

From wikinotes

meta package for the most popular python extensions for vim.

Documentation

github https://github.com/python-mode/python-mode
wiki https://github.com/python-mode/python-mode/wiki

Configuration

" use ALE or COC
let g:pymode_lint = 0

" use standalone ropemode
let g:pymode_rope = 0
let g:pymode_rope_lookup_project = 0

" SimplyFold is superior
let g:pymode_folding = 0

" I wrote my own python syntaxfile
let g:pymode_syntax = 0

Usage

:help pymode