/vim-flake8

Vim plugin for run flake8 in async job.

Primary LanguageVim Script

Vim-flake8

This is a vim plugin that allow to run flake8 (static syntax and style checker for python) on the current file or directory.

Install :

First, you need to install flake8.

Install with pathogen.

git clone https://github.com/manslaughter03/vim-flake8 ~/.vim/bundle/vim-flake8

Install with packs vim 8 help.

git clone https://github.com/manslaughter03/vim-flake8  ~/.vim/pack/plugins/start/vim-flake8

Example of usage :

  • Flake8 on the current file
:Flake8 %