panfeng / vimfiles

BeiYuu's VIM Setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#BeiYuu's Vimfiles

使用Vundle,极轻极简的管理和配置Vim,使用只需以下简单几步操作:

  • 安装Vundle:git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
  • 安装插件: :BundleInstall
  • 更新插件: :BundleInstall!
  • 卸载不在列表中的插件: :BundleClean"

更多插件:http://vim-scripts.org/vim/scripts.html

我用了YouCompleteMe自动补全插件,安装稍有些麻烦,可参看官方指南:http://valloric.github.com/YouCompleteMe/

也可参考我的博客:Git时代的VIM不完全使用教程

About

BeiYuu's VIM Setup