安装

安装Vundle

$ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

使用指定配置文件

:so /path/to/vimrc

安装插件

# launch vim
:PluginInstall
# or
$ vim +PluginInstall +qall

最后更新于

这有帮助吗?