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

Make this the default vim indent plugin #25

Closed memeplex closed 7 years ago

memeplex commented 8 years ago

https://github.com/vim/vim/issues/483#event-706918725

tell-k commented 7 years ago

@memeplex Sorry, too late my reply.

I saw the issue.

But, this plugin expects the user to have Python and autopep8 installed.

Therefore, it is inappropriate as vim's standard indent plugin. (It is bad that standard plugin does not work if there is no specific library)

For that purpose, vim-python-pep8-indent is more appropriate. thx

tmccombs commented 4 years ago

Was there ever an attempt to bring vim-python-pep8-indent into mainline vim?