ubuntu vim solarized vimrc配置
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
以上是关于ubuntu vim solarized vimrc配置的主要内容,如果未能解决你的问题,请参考以下文章