jakebrinkmann / .dotfiles

🔧 foundation of my portable development environments
https://dotfiles.github.io/
MIT License
2 stars 1 forks source link

Try vim-flake8 #3

Open jakebrinkmann opened 7 years ago

jakebrinkmann commented 7 years ago
pip install flake8
git clone https://github.com/nvie/vim-flake8.git ~/.vim/bundle/vim-flake8

Then, to use, just press <F7> while editing a python file

jakebrinkmann commented 7 years ago

Could also try adding to .vimrc:

autocmd BufWritePost *.py call Flake8()