Vim的插件管理器:Vundle
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.
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!