X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/80338e1657cb1369479d7da0b4fe09200ffeb34d..2aa5028219a5192be46a3d4eb3a7c93d113e9040:/README.mdown diff --git a/README.mdown b/README.mdown index 064594b..99ef175 100644 --- a/README.mdown +++ b/README.mdown @@ -41,6 +41,13 @@ enable this, add the following line to your `.vimrc` file (thanks autocmd BufWritePost *.py call Flake8() +To ignore errors, in your .vimrc: + + let g:flake8_ignore="E501,W293" + +If you want to cutomize the location of your flake8 binary, set `g:flake8_cmd`: + + let g:flake8_cmd="/opt/strangebin/flake8000" This plugin goes well together with the following plugin: