ubuntu vim solarized vimrc配置

1 synatax on
2 set background=light
3 if !has('gui_running')
4   set term=xterm
5   set t_Co=256
6 endif
7 let g:solarized_termcolors = 256
8 colorscheme solarized

网上的关于这个的说明五花八门,我来个正常的

solarized.vim在colors了以后把它贴到vimrc里就可以用了

还有要dark的可以把light改为dark

原文地址:https://www.cnblogs.com/miaomiao1220/p/6657349.html