python-indent.vim is a Vim indent plugin for Python which complies with PEP 8.
Plugin 'hattya/python-indent.vim'
Plug 'hattya/python-indent.vim', { 'for': 'python' }
call dein#add('hattya/python-indent.vim')
- Vim 7.4+
python-indent.vim uses themis.vim for testing.
$ cd /path/to/python-indent.vim
$ git clone https://github.com/thinca/vim-themis
$ ./vim-themis/bin/themis
python-indent.vim is distributed under the terms of the MIT License.