From e7b2a149a0956ecedbe4ca96818be025f61342a5 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Tue, 23 Feb 2016 15:39:40 +0000 Subject: [PATCH] Force python3 and flake8 for python linting --- vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc b/vimrc index fcff8aa..0defe67 100644 --- a/vimrc +++ b/vimrc @@ -54,6 +54,8 @@ let g:syntastic_auto_loc_list = 2 let g:syntastic_check_on_open = 0 let g:syntastic_check_on_wq = 0 let g:syntastic_javascript_checkers = ['eslint'] +let g:syntastic_python_python_exec = '/usr/bin/python3' +let g:syntastic_python_checkers = ['flake8'] " Syntastic C++11 let g:syntastic_cpp_compiler = 'g++' -- 2.45.2