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

Make this the default vim indent plugin

memeplex opened this issue · comments

@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

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