From ab0b173d0b6463f1f3f554961e2af44d2907c40b Mon Sep 17 00:00:00 2001 From: flaviut Date: Mon, 3 Mar 2014 17:12:57 -0500 Subject: [PATCH] Make readme more consistant Added text under instructions, added link to final step --- README.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index dbc11ba..4c7448e 100644 --- a/README.markdown +++ b/README.markdown @@ -14,10 +14,10 @@ modified python.vim (http://www.vim.org/scripts/script.php?script_id=790). #Installation +Installing `nimrod.vim` is easy but first you need to have either pathogen plugin or vundle +installed. If you already have one working then skip to the [final step](README.markdown#final-step) + ##Pathogen -Installing `nimrod.vim` is easy but first you need to have the pathogen plugin -installed. If you already have pathogen working then skip Step 1 and go to -Step 2. ###Step 1: Install pathogen.vim @@ -53,7 +53,7 @@ Add the vundle script to your vim: git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle -Modify your ~/.vimrc to get vundle running, lightly adapted from https://github.com/gmarik/Vundle.vim/blob/master/README.md +Modify your ~/.vimrc to get vundle running, lightly adapted from [Vundle's readme](https://github.com/gmarik/Vundle.vim/blob/master/README.md) set nocompatible " be iMproved, required filetype off " required