X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Fvim%2Ffiles%2Fvimrc;h=fb17f15426b5a813b655610d5baa544387b98cc8;hb=1b455238e3808ec74d209b4c2b52952f39dab0a9;hp=ea9904b551141a6f8fca12f83a7dd19c325adda5;hpb=83dd9bff5db085175d8eba86a06c6f145dfb0fa2;p=max%2Fsaltfiles.git diff --git a/states/vim/files/vimrc b/states/vim/files/vimrc index ea9904b..fb17f15 100644 --- a/states/vim/files/vimrc +++ b/states/vim/files/vimrc @@ -70,6 +70,7 @@ 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 = ['python', 'flake8'] +let g:syntastic_python_flake8_args='--config=/home/max/.config/flake8' let g:syntastic_aggregate_errors = 1 " Syntastic C++11 @@ -100,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