Vim配置文件

colorscheme desert
set nu
set guioptions-=T
set noswf
set nobackup
set helplang=cn
filetype on
highlight Pmenu guibg=black
highlight PmenuSel guibg=goldenrod
highlight PmenuSbar guibg=gray
let php_sql_query=1
let php_baselib=1
let php_htmlInStrings=1
let php_asp_tags=1
let php_parent_error_close=1
let php_folding=1
let phtml_sql_query = 1
set shiftwidth=4
set filetype=html
autocmd FileType javascript,html set dictionary=$VIMRUNTIME\dict\javascript.dict
autocmd FileType css,html set dictionary=$VIMRUNTIME\dict\css.dict

posted @ 2009-10-28 17:31  HUluOK  阅读(210)  评论(0)    收藏  举报