From e103c1867bbda266f0dd0113ddea9819dea88653 Mon Sep 17 00:00:00 2001 From: gmarik Date: Mon, 18 Oct 2010 23:15:44 -0500 Subject: [PATCH] Docs --- README.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d64aad35..2ef8db8b 100644 --- a/README.md +++ b/README.md @@ -2,30 +2,35 @@ ** Warning: alpha quality ** -[Vundle] is a short cut for [Vim]bundle and is a 67 LOC plugin for managing [Vim] plugins. +[Vundle] is a short cut for [V](#)imb[undle](#) and is a 67 LOC plugin for managing [Vim] plugins. ## Installation - curl http://github.com/gmarik/vundle/raw/master/plugin/vundle.vim > ~/.vim/plugin/vundle.vim + mkdir -p ~/.vim/autoload/ && \ + curl http://github.com/gmarik/vundle/raw/master/plugin/vundle.vim > ~/.vim/autoload/vundle.vim ## Configuration -Append those lines to your .vimrc - - source ~/.vim/plugin/vundle.vim +Append those lines to your ~/.vim/bundlerc + cat >> ~/.vim/bundlerc .vimrc + + call vundle#rc() BTW using [Vim-Scripts.org](http://vim-scripts.org) we have access to all vim plugins. -## Installing bundled plugins +## Installing plugins vim -e -c 'BundleInstall' -c 'q'