Remove setting 256 colors for solarized on terminal vim

This commit is contained in:
Christian Treppo 2013-11-29 21:24:54 +00:00
parent 4c88ca6e45
commit b19e2311ab

View File

@ -1,7 +1,7 @@
if !has("gui_macvim")
set t_Co=256
let g:solarized_termcolors=256
endif
" if !has("gui_macvim")
" set t_Co=256
" let g:solarized_termcolors=256
" endif
hi! link txtBold Identifier
hi! link zshVariableDef Identifier