Vundle as a git submodule under pathogen
This commit is contained in:
parent
1bdfd891e6
commit
c5185c42d5
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue