From d866ee0c23e3845749098239b20f59ee1a042bb7 Mon Sep 17 00:00:00 2001 From: gmarik Date: Sun, 17 Oct 2010 19:06:08 -0500 Subject: [PATCH] Updated docs --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8e9c7b2..506350b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -** Warning: alpha quality ** - ## About -Vundle is a short cut for [Vim](http://vim.org) Bundle and is a 67 LOC plugin for managing vim plugins. +** Warning: alpha quality ** + +[Vundle](http://github.com/gmarik/vundle) is a short cut for [Vim](http://vim.org)bundle and is a 67 LOC plugin for managing vim plugins. ## Installation @@ -20,18 +20,17 @@ Append those lines to your .vimrc Bundle "http://github.com/vim-scripts/ack.vim.git" BundleRequire -Using [Vim-Scripts.org](http://vim-scripts.org) mirror we can have access to all vim plugins +BTW using [Vim-Scripts.org](http://vim-scripts.org) we have access to all vim plugins with git. -## Installing plugins +## Installing bundled plugins vim -e -c 'BundleInstall' -c 'q' -triggers Git clone for each configured repo to ~/.vim/bundle/ - +triggers Git clone for each configured repo to ~/.vim/bundle/. ## Thanks -* [Pathogen](http://github.com/tpope/pathogen/) +* [Pathogen](http://github.com/tpope/vim-pathogen/) * [Bundler](http://github.com/wycats/bundler/) ## TODO: