From 1abe34e13438dd463dd03155c19e87b6c1877235 Mon Sep 17 00:00:00 2001 From: Marcel Schneider Date: Mon, 1 Jun 2020 16:57:35 +0200 Subject: [PATCH] autofix ale python --- vim/ftplugin/python.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/ftplugin/python.vim b/vim/ftplugin/python.vim index 0bb6bee..1a35c7a 100644 --- a/vim/ftplugin/python.vim +++ b/vim/ftplugin/python.vim @@ -7,4 +7,5 @@ if getline(1) =~# '^#!.*python3\>' endif let g:ale_fixers['python'] = ['autopep8'] +let g:ale_fix_on_save = 1 let g:pymode_run_bind = ''