From 97a35c86db030711db77ad641bac4dca17089ccb Mon Sep 17 00:00:00 2001 From: yan Date: Wed, 7 Dec 2011 22:49:58 -0800 Subject: [PATCH] Improved readme --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c178fb7..7d254d6 100644 --- a/README.md +++ b/README.md @@ -46,10 +46,9 @@ Submodules This project uses git submodules for some of its plugins. Please run: - git submodule init - git submodule update + git submodule init; git submodule update -To get all the current plugins. Over time, I plan to move all plugins into submodules. +To get all the current plugins, every time you pull this YADR repo. Setup for ZSH --- @@ -190,7 +189,11 @@ YADR comes with a dead simple plugin manager that just uses git submodules, with You can update all the plugins easily: - yuv -u https://github.com/airblade/vim-rooter + yuv + +Delete a plugin (Coming Soon) + + ydv -p airblade-vim-rooter The aliases (yav=yadr vim-add-plugin) and (yuv=yadr vim-update-all-plugins) live in the aliases file. You can then commit the change. It's good to have your own fork of this project to do that.