vimrc 安装步骤 安装git 打开 git自带的 bash, 打命令: cd ~ 安装vim插件管理插件vundle:git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle 打开 gvim 直接在gvim中打命令: :BundleInstall 来安装插件 重启 gvim ( 某些插件需要python或者lua支持 ) Howto Install git Open git bash, type command: cd ~ Install vundle(a vim plugins management plugin): git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle Open gvim Type command in gvim: :BundleInstall to install plugins Restart gvim ( some plubins need python or lua or support )