[转]opensuse vim 的语法高亮

重装opensuse后vim居然没颜色,捣鼓,google了很久之后,装了vim-data,这下好了,su下的vim有颜色了,正常的没有,真心要跪了,各种google没结果
后来看
的文档
Or the colors could be wrong:  - The colored text is very hard to read.         Vim guesses the background color that you are using.  If it is black         (or another dark color) it will use light colors for text.  If it is         white (or another light color) it will use dark colors for text.  If         Vim guessed wrong the text will be hard to read.  To solve this, set         the 'background' option.  For a dark background:               :set background=dark 
这尼玛居然得了。。 
但是颜色忒奇怪,突然意识到是不是配色的问题 
然后改了(~/.vimrc) 
colorscheme desert 
终于得了 
转自:http://blog.sina.com.cn/s/blog_4e1354b10101732e.html
posted @ 2013-04-02 00:52  Gateman  阅读(170)  评论(0编辑  收藏  举报