Vim的插件管理器:Vundle
jopen
10年前
About
Vundle代表 Vim bundle ,它是一个 Vim 插件管理器。
Vundle 能够
- 就在.vimrc中跟踪和配置的插件
。
- 安装配置的插件。install configured plugins (a.k.a. scripts/bundle)
- 更新配置的插件。update configured plugins
- 通过名称搜索所有可用的脚本。 search by name all available Vim scripts
- 清除不使用的插件。 clean unused plugins up
- 利用交互模式一键运行上述命令。run the above actions in a single keypress with interactive mode
Vundle 能够自动...
- manages the runtime path of your installed scripts
- regenerates help tags after installing and updating
Vundle is undergoing an interface change, please stay up to date to get latest changes.