当前位置: 首页 > 工具软件 > Vim Bootstrap > 使用案例 >

vim插件管理器大全

洪季萌
2023-12-01

VAM(vim addon-manager), Pathogen, Vundle, GetLatestVimScripts, VimpireVimanajoltvim-nicktearsVim Srcipt UpdaterNpackd|vim-flavorNeoBundlevizardry|voom comparison:

featureVAMPathogenVundleGetLatestVimScriptsVimpireVimanajoltvim-nicktearsVim Srcipt UpdaterNpackd|vim-flavorNeoBundlevizardry|voomfeature description
rtpyesyesyes        yesyes manipulate the runtimepath
rtp-afteryesyesyes        yesyes takes care about after/* files
activate plugins at runtimeyes yes        yes  Activating plugins at runtime allows you to load ruby related plugins when you open a .rb file. This also means you could load a plugin when pressing a key such as % to load matchit.
plugin name completionyes             completes plugin names in .vim files
bootstrap from .vimrcyes             you can write this code for the other managers easily
updating pluginsyes  yes     yes yes   
install progress bar  yes      yes     
dependencies in package descriptionyes  yes          minimal dependency support
dependencies in vimrc           yes  minimal dependency support
get-gityes yes      yes yes  install from git repositories
get-hgyes        yes yes  install from mercurial
get-svnyes        yes yes  install from svn
get-bazaaryes        yes yes  install from svn
get-vim.sf.netyes  yes     yes    install from vim.sf.net
bisectyes             bisect problems by dividing the set of plugins to be activated
ships-with-vim   yes          Does the Vim distribution contain it?
asynchronous update install           yes   
?     yesyesyesyes yesyesyesyesdon't know it well enough, help fill in information
supports unite           yes  How tight the integration is have a look at the plugin's documentation
revision lock           yes  revision lock can be emulated by putting your .vim into a repository (hg/git/..) using almost any plugin manager (?)
vundle-compatibilityyes          yes   
helptags-on-installyes yes           This means :help is likely to do what you expect it to do without running helptags on each startup and without caring.
manual-helptags yesyes        yes  Provides command to run :helptags conveniently

我用过Vundle、NeoBundle和VAM(vim addon-manager),综合来看,VAM是目前最强大的了,

 类似资料: