#安装 安装Vundle: $ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim 安装vimrc: $ git clone https://github.com/ericsjchao/vim.git ~/.vim/vimrcs 设置vimrc: $ mv ~/.vim/vimrcs/vimrc ~/.vimrc 安装插件: $ vim +PluginInstall +qall