X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/80338e1657cb1369479d7da0b4fe09200ffeb34d..94e5f650dadfd745f2fccafbba1b79fbb3e4d79f:/README.mdown?ds=inline diff --git a/README.mdown b/README.mdown index 064594b..b84d224 100644 --- a/README.mdown +++ b/README.mdown @@ -41,6 +41,9 @@ 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" This plugin goes well together with the following plugin: