X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/cac78c40c561325dbd3172552b958abd8c5bf6a0..0aa6cd08f60a942c22073abac16ef82a08bc9f33:/README.mdown?ds=sidebyside diff --git a/README.mdown b/README.mdown index 56bfe43..99ef175 100644 --- a/README.mdown +++ b/README.mdown @@ -43,7 +43,11 @@ enable this, add the following line to your `.vimrc` file (thanks To ignore errors, in your .vimrc: - g:flake8_ignore=E501,W293 + 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: