hattya / python-indent.vim

A Vim indent plugin for Python which complies with PEP 8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-indent.vim

python-indent.vim is a Vim indent plugin for Python which complies with PEP 8.

image

image

image

image

Installation

Vundle

Plugin 'hattya/python-indent.vim'

vim-plug

Plug 'hattya/python-indent.vim', { 'for': 'python' }

dein.vim

call dein#add('hattya/python-indent.vim')

Requirements

  • Vim 7.4+

Testing

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

License

python-indent.vim is distributed under the terms of the MIT License.

About

A Vim indent plugin for Python which complies with PEP 8

License:MIT License


Languages

Language:Vim Script 100.0%