X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=vim%2F.vimrc;h=7d64fd0a76d352252628e360a073015c90103451;hb=3b5d4190414826b2af9693a6c440379bffd4ff02;hp=51f96d0652a4a6138e0ea5a5f2b4e65730756337;hpb=081bf31a38cd5e13d4bce787462fb3395cd6e8ae;p=max%2Fdotfiles.git diff --git a/vim/.vimrc b/vim/.vimrc index 51f96d0..7d64fd0 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -36,7 +36,7 @@ call vundle#end() " required filetype plugin indent on " required " Random look and feel stuff -set t_Co=256 +set t_Co=16 syntax on set background=dark colorscheme solarized @@ -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