1
0
Fork 0
mirror of synced 2024-11-23 01:05:34 -05:00

Vundle as a git submodule under pathogen

This commit is contained in:
hustcalm 2013-06-24 23:18:54 +08:00
parent 1bdfd891e6
commit c5185c42d5

View file

@ -315,6 +315,7 @@ Vimscript mappings:
**Above is the original readme post of amix** **Above is the original readme post of amix**
# My Updates to The Ultimate vimrc # My Updates to The Ultimate vimrc
## Add some useful candinate plugins to the repo ## Add some useful candinate plugins to the repo
@ -402,6 +403,8 @@ Simple commands like BundleInstall, BundleSearch, BundleClean get everything don
For more info, please refer to the [offcial repository](https://github.com/gmarik/vundle). For more info, please refer to the [offcial repository](https://github.com/gmarik/vundle).
Currently, I install Vundle as a git submodule and managed by pathogen, but for other plugins management, I'm happy to play with [Vundle](https://github.com/gmarik/vundle).
**Note:** **Note:**
You can either use git submodule to manage your vim plugins as I do now, or you can manage using Amix's approach cause ha has provided a python script to get all the plugins updated with one single command. You can either use git submodule to manage your vim plugins as I do now, or you can manage using Amix's approach cause ha has provided a python script to get all the plugins updated with one single command.