Fixed grey background in Vim

This commit is contained in:
Gene Liverman 2017-10-15 11:16:38 -07:00
parent c7a6c9f1a3
commit cfa406ea17

View file

@ -46,6 +46,7 @@ set statusline+=%{SyntasticStatuslineFlag()}
set statusline+=%*
set t_Co=256
let g:solarized_termtrans = 1 " This gets rid of the grey background
colorscheme solarized
let g:syntastic_always_populate_loc_list = 1