powerline/.local.vimrc

9 lines
383 B
Plaintext
Raw Normal View History

" Project vimrc file. To be sourced each time you open any file in this
" repository. You may use [vimscript #3393][1] [(homepage)][2] to do this
" automatically.
"
" [1]: http://www.vim.org/scripts/script.php?script_id=3393
" [2]: https://github.com/thinca/vim-localrc
2014-08-15 18:01:07 +02:00
let g:syntastic_python_flake8_args = '--ignore=W191,E501,E128,W291,E126'
let b:syntastic_checkers = ['flake8']