编程随想录
CSDN拆迁户 @2014-04-07

导航

 

2013年11月9日

摘要: (1)安装win版本的gvim:下载地址http://www.vim.org/download.php比如安装到 路径F:\Program Files (x86)\Vim, 并在此目录下新建bundle\vundle目录.(2)安装git可以安装git命令行:http://git-scm.com/ (已被长城, 方校长我sun你玛B)或者github带GUI的版本:http://windows.github.com/并且把git所在的目录加进环境变量PATH中.(3) 安装vundle打开cmd, 输入以下:git clone https://github.com/gmarik/vundle 阅读全文
posted @ 2013-11-09 20:41 dos5gw 阅读(233) 评论(0) 推荐(0)