# HG changeset patch # User Ludovic Chabant # Date 1420615046 28800 # Node ID a2e31e166cb9ba5ed80753a233e488e7bd6ed034 # Parent 7fd33f60cfee4592e9be1fde982e2388b9d4bd82 Just keep flake8 for Python checking in Vim. diff -r 7fd33f60cfee -r a2e31e166cb9 vim/vimrc --- a/vim/vimrc Tue Jan 06 23:10:58 2015 -0800 +++ b/vim/vimrc Tue Jan 06 23:17:26 2015 -0800 @@ -253,7 +253,7 @@ " flake8 includes pyflakes, pep8, and mccabe " I could maybe replace pyflakes with frosted? -let g:syntastic_python_checkers = ['flake8', 'pylint'] +let g:syntastic_python_checkers = ['flake8'] ", 'pylint'] let g:syntastic_python_python_exec = 'python3' " }}}