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

Add an opt-in feature for calling autopep8 at every save. #35

Closed ahakanbaba closed 6 years ago

ahakanbaba commented 6 years ago

Fixes #34

ahakanbaba commented 6 years ago

Please take a look at the implementation and feel free to try it out. The impl looks very similar to what vim-go and vim-jsonnet do.

If you are open to merging this, I will write docs for the new feature too.

ahakanbaba commented 6 years ago

@tell-k would you be interested in merging this ?

tell-k commented 6 years ago

@ahakanbaba Thank you for the cool feature. I'll review and merge in a few days. 👍