X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=vim%2F.vimrc;h=64d3a1f51fd0a95e338ece544ee304d7e41b35ce;hb=2137856b1703413c81eee55be228738616f8d360;hp=51f96d0652a4a6138e0ea5a5f2b4e65730756337;hpb=f7392e76d338bd4af8ad4a08fd5ccaa85e06b893;p=max%2Fdotfiles.git diff --git a/vim/.vimrc b/vim/.vimrc index 51f96d0..64d3a1f 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -58,8 +58,8 @@ let g:syntastic_auto_loc_list = 2 let g:syntastic_check_on_open = 0 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 = ['flake8'] +let g:syntastic_python_python_exec = '/usr/bin/python3' +let g:syntastic_python_checkers = ['flake8'] " Syntastic C++11 let g:syntastic_cpp_compiler = 'g++' @@ -71,6 +71,7 @@ let g:airline_powerline_fonts = 0 set timeoutlen=1000 let g:airline#extensions#tabline#enabled = 1 let g:airline#extensions#tabline#fnamemod = ':t' +let g:airline_theme = 'solarized' " Setting wildignore set wildignore+=venv