Skip to content

hattya/python-indent.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published