VimGet
A vim script management tool
Basic Usage
After you first time installing the vimget, there is not any script information in your local cache. So you need install a new script by its id.
For example, if you need install taglist (for the first time), you need enter:
$ vim-get install –id 273
To remove one script:
$ vim-get uninstall taglist.vim
Sync local script version database with vim site:
$ vim-get sync
- Author
-
Eddy Xu ([email protected])