Skip to content

Instantly share code, notes, and snippets.

@yoxyue
Last active December 20, 2015 08:39
Show Gist options
  • Save yoxyue/6102027 to your computer and use it in GitHub Desktop.
Save yoxyue/6102027 to your computer and use it in GitHub Desktop.
dot-vimrc setup for windows

#dot-vimrc在win7环境下的配置

首先要感谢Github,越来越发现这是个好东西。我依然是win7+gVIM.

神级东东在这里

https://github.com/humiaozuzu/dot-vimrc 

具体的介绍里面讲的很详细了,我就补充下win下的设置

  1. 下载gVIM 并安装到c:\vim,

  2. 下载git,默认安装.

  3. 下载 ctags等小工具 http://s.yunio.com/viCkke 将exe文件 复制到C:\Vim\vim73

  4. 下载 Monaco 字体 http://s.yunio.com/GBKtUh

  5. 然后添加环境变量PATH= C:\Program Files\Git\cmd;C:\Vim\vim73

  6. 进入cmd;

  • git clone git://github.com/humiaozuzu/dot-vimrc.git c:\Vim\vim73
  • 然后把vimrc改为 _vimrc,
  • 编辑_vimrc,将第一行改为source c:\vim\bundles.vim
  1. git clone https://github.com/gmarik/vundle.git c:\Vim\vim73

  2. 进入gVIM , :BundleInstall

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment