X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/2cf450fb46d67e32d13ad0ff92397c11e8c640cd..0bb2f696f2e934c5549a127a989fe7984275df67:/README.mdown diff --git a/README.mdown b/README.mdown index 56bfe43..5d87dc0 100644 --- a/README.mdown +++ b/README.mdown @@ -43,7 +43,15 @@ 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 change the max line length for PEP8: + + let g:flake8_max_line_length=99 + +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: