From 82d1bf014082e08fc608976b96d689d65a858700 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 3 May 2016 14:50:09 +0200 Subject: pylint fixes; syntastic python checker sucks --- vim/vimrc.symlink | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim/vimrc.symlink') diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink index 1962d89..b90f0cb 100644 --- a/vim/vimrc.symlink +++ b/vim/vimrc.symlink @@ -46,7 +46,7 @@ let g:syntastic_auto_loc_list = 1 let g:syntastic_check_on_open = 1 let g:syntastic_check_on_wq = 0 -let g:syntastic_python_checkers = ['pylint', 'pep8', 'python'] +let g:syntastic_python_checkers = ['pylint', 'pep8'] let g:syntastic_python_pylint_exec = 'pylint.sh' let g:syntastic_python_pylint_args = '--guess' -- cgit v1.2.3