Do not auto-format on saving Python files This is a great idea in Go and apparently a terrible one in Python.
1 files changed, 0 insertions(+), 2 deletions(-) M ftplugin/python.vim
M ftplugin/python.vim => ftplugin/python.vim +0 -2
@@ 2,8 2,6 @@ setlocal expandtab setlocal shiftwidth=4 setlocal softtabstop=4 -autocmd FileType python AutoFormatBuffer autopep8 - " jedi let g:jedi#completions_command = "<C-x><C-o>" let g:jedi#documentation_command = "K"