X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Fvim%2Ffiles%2Fvimrc;h=fb17f15426b5a813b655610d5baa544387b98cc8;hb=1b455238e3808ec74d209b4c2b52952f39dab0a9;hp=0c5213f9ac155c84054c6ac1d5962f531eee882b;hpb=63f41e77f02bd363180a5c5a6178ba279e7f5669;p=max%2Fsaltfiles.git diff --git a/states/vim/files/vimrc b/states/vim/files/vimrc index 0c5213f..fb17f15 100644 --- a/states/vim/files/vimrc +++ b/states/vim/files/vimrc @@ -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