tell-k / vim-autopep8

autopep8 plugin for Vim
http://www.vim.org/scripts/script.php?script_id=4614
MIT License
277 stars 51 forks source link

Use autopep8 with "=" #22

Closed mmaret-geny closed 7 years ago

mmaret-geny commented 8 years ago

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\ -

tell-k commented 7 years ago

@mmaret-geny Sorry, too late my reply.

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

Thx