Fix up solarized color settings in Vim

This commit is contained in:
Eryn Wells 2014-01-21 08:22:27 -08:00
parent 4f8c1491dd
commit a4e999b5f2

4
vimrc
View file

@ -133,9 +133,9 @@ set bg=dark
" Try to use the solarized colorscheme if the terminal can support it (or we're in a GUI)
try
let g:solarized_termtrans = 1 " transparent terminals
let g:solarized_visibility = 'low' " visibility of list chars
colorscheme solarized
let g:solarized_termtrans = 1
let g:solarized_visibility = 'low'
endtry
" Empty snipmate options dictionary