vim-autopep8
vim-autopep8 copied to clipboard
let g:autopep8_on_save = 1 has no effect
trafficstars
Hi,
I added let g:autopep8_on_save = 1 to my .vimrc but it has no effect when I save any python script. :Autopep8 works fine on its own but autopep8_on_save does not seem to work.
How do I enable it?