]> git.friedersdorff.com Git - max/saltfiles.git/blobdiff - states/vim/files/vimrc
Point vim at flake8 config file explicitly
[max/saltfiles.git] / states / vim / files / vimrc
index 0c5213f9ac155c84054c6ac1d5962f531eee882b..fb17f15426b5a813b655610d5baa544387b98cc8 100644 (file)
@@ -69,8 +69,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 = ['pylint']
-let g:syntastic_python_pylint_args = '-E'
+let g:syntastic_python_checkers = ['python', 'flake8']
+let g:syntastic_python_flake8_args='--config=/home/max/.config/flake8'
 let g:syntastic_aggregate_errors = 1
 
 " Syntastic C++11
@@ -101,7 +101,7 @@ let g:clang_user_options='|| exit0'
 
 " Color 80th column
 highlight ColorColumn ctermbg=7
-let &colorcolumn="80,".join(range(100,999),",")
+let &colorcolumn="80,100".join(range(120,999),",")
 
 " Octave Syntax
 " augroup filetypedetect