tell-k/vim-autopep8

Use autopep8 with "="

mmaret-geny opened this issue · 1 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