最后更新于4年前
这有帮助吗?
安装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