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

posted @ 2017-04-01 19:51  Miao_miao  阅读(260)  评论(0编辑  收藏  举报