From dccb822c0abab0cfe2587ea9043bd5e442682290 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Mon, 25 Jul 2011 19:56:42 -0400 Subject: [PATCH] Add an example minimal vimrc --- README.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.markdown b/README.markdown index 333592e..5f7e5b2 100644 --- a/README.markdown +++ b/README.markdown @@ -24,6 +24,13 @@ Add this to your vimrc: call pathogen#infect() +If you're brand new to Vim and lacking a vimrc, `vim ~/.vimrc` and paste +in the following super-minimal example: + + call pathogen#infect() + syntax on + filetype plugin indent on + Now any plugins you wish to install can be extracted to a subdirectory under `~/.vim/bundle`, and they will be added to the `'runtimepath'`. Observe: