.vim 配置文件 这个git 用来存贮和同步所有vim配置文件。包括所有插件和配置
step 1: git clone git@github.com:nativeas/vim_conf.git ~/.vim
step 2: install Vundle: git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
step 3: install Bunlders by vundle:
vim :BundleInstall