windows 安装 配置 gvim

1. 下载安装

ftp://ftp.vim.org/pub/vim/pc/gvim74.exe

http://curl.haxx.se curl下载

2. 配置

http://www.cnblogs.com/zhcncn/p/4151701.html

https://github.com/spf13/spf13-vim (有关于在windows下面安装vim的的教程)

按照上面的网址所说的在windows平台下 安装 spf13 的顺序,

安装 vim , git , curl

3. 安装完成之后配置vim

在路径C:\Users\(your user name here)\ 下新建 ~/.vimrc.local 和 ~/.gvimrc.local 做本地个性化配置:

set gfn=Consolas:h12 " 设置字体
language messages zh_CN.utf-8  " 控制显示中文有乱码,加此配置项

posted @ 2015-11-13 16:53  a ray of sunshine  阅读(294)  评论(0编辑  收藏  举报