Closed ghost closed 9 years ago
It will/should be used for indenting automatically, by setting up indentexpr
(see Vim's help on that).
Make sure to add/have the following in your vimrc, which should be there already, when using plugins:
filetype plugin indent on
:pep8
should result in an error, doesn't it?
Thank you for your reply, I should try these.
If you feel that the documentation could be improved (I think so), please consider providing a PR for it.
I've installed vim-pthon-pep8-indent with bundle,
I've ran :pep8 in VIM but got nothing.
how to use it? thanks.