diff --git a/README.md b/README.md index e59dab8c..17f1f2a1 100644 --- a/README.md +++ b/README.md @@ -315,6 +315,7 @@ Vimscript mappings: **Above is the original readme post of amix** + # My Updates to The Ultimate vimrc ## 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). +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:** 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.