tell-k / vim-autopep8

autopep8 plugin for Vim

Home Page:http://www.vim.org/scripts/script.php?script_id=4614

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use autopep8 with "="

mmaret-geny opened this issue · comments

The = character is used to indent in vim.
So may be, you can add the following line in your plugin on in your documentation to have the = character working with pep8

" Indentation with =
autocmd BufRead,BufNewFile *.py set equalprg=autopep8\ -

@mmaret-geny Sorry, too late my reply.

Thanks for your suggestion.
I've written this tips on the README.rst :)

Thx