开发者

Autoupdate VIM Plugins?

开发者 https://www.devze.com 2022-12-11 19:35 出处:网络
Is it possible to update 开发者_如何学Cvim plugins automatically?To provide an up to date answer to this old question, Vundle

Is it possible to update 开发者_如何学Cvim plugins automatically?


To provide an up to date answer to this old question, Vundle works really great. It simulates the ruby bundle gem, you simply configure your Bundles in .vimrc and then run :BundleInstall! inside vim.


This vim plugin seems to do what you are after, though it hasn't been updated in a while. Never used it, but the author has written a "few" vim plugins in the past.


vim-addon-manager has the function :UpdateAddons [{name} ...] which when called with no arguments updates all installed addons.


My operating systems (Archlinux) has a bunch of packages containing vim plugins. Look into you OS for similar packages.


If the plugin versioned in git, for example, you can pathogen and put the plugin in another dir. Then to update is only a command.


I prefer a bash script. Then you can have it set as a cronjob, and you don't depend on other scripts supporting the ability to update.

0

精彩评论

暂无评论...
验证码 换一张
取 消