X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Fvim%2Ffiles%2Fvimrc;fp=states%2Fvim%2Ffiles%2Fvimrc;h=fb17f15426b5a813b655610d5baa544387b98cc8;hb=1b455238e3808ec74d209b4c2b52952f39dab0a9;hp=4bc8f03e80a37b29d4993d7e28d5c659898dc1c7;hpb=e867729b153977540841239b4c53e8e7dd978f29;p=max%2Fsaltfiles.git diff --git a/states/vim/files/vimrc b/states/vim/files/vimrc index 4bc8f03..fb17f15 100644 --- a/states/vim/files/vimrc +++ b/states/vim/files/vimrc @@ -70,6 +70,7 @@ let g:syntastic_check_on_wq = 1 let g:syntastic_javascript_checkers = ['eslint'] let g:syntastic_python_python_exec = '/usr/bin/python3' let g:syntastic_python_checkers = ['python', 'flake8'] +let g:syntastic_python_flake8_args='--config=/home/max/.config/flake8' let g:syntastic_aggregate_errors = 1 " Syntastic C++11