X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Fvim%2Ffiles%2Fvimrc;h=c4f435a25d01e794315c4d14a66f2218b6c44e95;hb=ffd9e3cb25cbd5966b4deaa706ad233c36a88af4;hp=2a2b30e8a1086b0c38ee4ae67f08827c506eab0f;hpb=fe7476eacb06baca18dee84d4c0db931ebdd51e7;p=max%2Fsaltfiles.git diff --git a/states/vim/files/vimrc b/states/vim/files/vimrc index 2a2b30e..c4f435a 100644 --- a/states/vim/files/vimrc +++ b/states/vim/files/vimrc @@ -71,7 +71,7 @@ let g:syntastic_check_on_open = 1 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 = ['flake8'] +let g:syntastic_python_checkers = ['flake8', 'pylint'] let g:syntastic_aggregate_errors = 1 " Syntastic C++11