Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try vim-flake8 #3

Open
jakebrinkmann opened this issue Dec 20, 2016 · 1 comment
Open

Try vim-flake8 #3

jakebrinkmann opened this issue Dec 20, 2016 · 1 comment

Comments

@jakebrinkmann
Copy link
Owner

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
Copy link
Owner Author

Could also try adding to .vimrc:

autocmd BufWritePost *.py call Flake8()

@jakebrinkmann jakebrinkmann modified the milestone: Testing Milestones Jan 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant