From 38a45012241e28550b25946d5c3ad201e743431f Mon Sep 17 00:00:00 2001 From: Nate Kane Date: Wed, 29 Dec 2010 21:34:18 +1000 Subject: [PATCH] Couple more tweaks to the readme --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index bdd907e..940fc90 100644 --- a/README.markdown +++ b/README.markdown @@ -11,9 +11,9 @@ Indent Guides is a plugin for visually displaying indent levels in vim. * vim 7.2+ ## Installation -To install the plugin just copy `autoload`, `plugin`, `doc` directories into your .vim directory. +To install the plugin just copy `autoload`, `plugin`, `doc` directories into your `.vim` directory. -Alternatively if you have [Pathogen](http://www.vim.org/scripts/script.php?script_id=2332) installed, just clone this repo into a subdirectory of your .vim/bundle directory like so: +Alternatively if you have [Pathogen](http://www.vim.org/scripts/script.php?script_id=2332) installed, just clone this repo into a subdirectory of your `.vim/bundle` directory like so: cd ~/.vim/bundle git clone git://github.com/nathanaelkane/vim-indent-guides.git