l 2 vim: ignore E501 with flake8

This commit is contained in:
lassulus 2017-02-28 17:45:42 +01:00
parent 21ccde0d72
commit 26ccfbc834

View File

@ -66,6 +66,7 @@ let
"Syntastic config
let g:syntastic_python_checkers=['flake8']
let g:syntastic_python_flake8_post_args='--ignore=E501'
nmap <esc>q :buffer
nmap <M-q> :buffer