X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/894217a11632413bfa14d4e56473546072090642..673b1816bc42d5673e8834af6526e733d98be96e:/README.mdown diff --git a/README.mdown b/README.mdown index 86a09cb..7a01cf8 100644 --- a/README.mdown +++ b/README.mdown @@ -34,6 +34,10 @@ the `` key if so. For example, to remap it to `` instead, use: autocmd FileType python map :call Flake8() +To add builtins, in your .vimrc: + + let g:flake8_builtins="_,apply" + To ignore errors, in your .vimrc: let g:flake8_ignore="E501,W293"