Vundle is short for Vim bundle and is a Vim plugin manager. 从git上下载vundle $ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim 配置vundle插件 Put this at the top of your .vimrc to use Vundle. Remove plugins you don't need, the…