Remove setting 256 colors for solarized on terminal vim

This commit is contained in:
Christian Treppo 2013-12-11 15:38:38 +00:00
parent 1dbd30f0ee
commit a21993fe68

View File

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