一、windows安装vim教程ruchee在他的项目里说的比较清晰 https://github.com/ruchee/vimrc,我这里再写一遍
http://www.vim.org/download.php#pc
下载最新的 gVimD:\Apps\Vim
D:\Apps\Vim\vim74
加入 path 环境变量 [不知何为环境变量者,请 Google] git clone https://github.com/ruchee/vimrc.git
](也可以点击本页面的 Download ZIP 按钮下载)http://ctags.sourceforge.net
下载最新的 ctags,将 ctags.exe 复制到 D:\Apps\Vim\vim74
目录 [如无法访问该网站,可上 https://code.google.com/p/unix-cmd-win32/downloads/list
下载]https://github.com/ruchee/backup/blob/master/download/MONACO.TTF?raw=true
下载,下载后丢到C:\WINDOWS\Fonts
目录即可_vimrc
文件的头部,配置的后半部分全是各插件的具体配置项,初学无需理会二、安装rails.vim插件
下载地址:http://www.vim.org/scripts/script.php?script_id=1567
将 https://github.com/tpope/vim-rails.git 这个项目下的文件拷贝到 vimfiles/bundle 目录下,保持这样的结构即可:vimfiles/bundle/vim-rails/autoload、vimfiles/ bundle/vim-rails/plugin 等
三、安装spark插件
1、将该项目的vim文件夹拷到 bundle 下,并将该vim文件夹重命名为sparkup
2、将https://github.com/rstacruz/sparkup.git这个项目根目录下的sparkup.py拷贝一份替换
bundle/sparkup/ftplugin/html/sparkup.py
3、将 bundle/sparkup/ftplugin/html 复制三份,分别重命名为 htmldjango、smarty、xml,
放在bundle/sparkup/ftplugin目录下,即html文件夹所在的目录下。
我的是win7×64,我选择了Windows X86-64 MSI Installer (2.6.6) [1] (sig) ,安装python完成之后,
将python路径添加到环境变量中。