为了和我的 ubuntu 一样,windows下的vim还要重新调整一下字体
下面是我的配置(结合 ZWJ 的)简简单单..其实我要求很低啊...能自动对齐语法加亮我就满足啦
不过字体还是要好看点的,win下自带vc6的字体实在不能忍
字体链接
http://pan.baidu.com/s/1dDwymqP
"set encoding=chinese
"set langmenu=zh_CN.GBK
set imcmdline
set helplang=cn
set backspace=indent,eol,start
set number
set hlsearch
set ts=4
set sw=4
set sm
syntax on
set cindent
set hls!
set background=dark
highlight Normal guifg=white guibg=black
set guifont=Consolas:h12
set guifontwide=Microsoft\ Yahei\ Mono:h12
"colorscheme morning
"Toggle Menu and Toolbar
set guioptions-=m
set guioptions-=T