]> git.friedersdorff.com Git - max/saltfiles.git/blobdiff - states/vim/files/vimrc
Enable error only checking with syntastic
[max/saltfiles.git] / states / vim / files / vimrc
index 1a36fbdc648658bde7655890bef6cb33d19afa73..d645f7886099e255a938c7aca18cb6180237aeff 100644 (file)
@@ -68,7 +68,8 @@ 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 = ['python3 -m pylint --error-only']
+let g:syntastic_python_checkers = ['pylint']
+let g:syntastic_python_pylint_args = '-E'
 let g:syntastic_aggregate_errors = 1
 
 " Syntastic C++11
@@ -156,3 +157,4 @@ let g:pydocstring_doq_path= "/home/max/.local/bin/doq"
 " Bindings
 " Clipboard
 noremap <Leader>y "+y
+noremap <Leader>p "+p