Browse Source

autofix ale python

master
Schneider 4 years ago
parent
commit
1abe34e134
Signed by: schneider GPG Key ID: 3F50B02A50039F3B
  1. 1
      vim/ftplugin/python.vim

1
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 = '<F5>'
Loading…
Cancel
Save