From 27309cfcd69b8e3d2460fb8664cd8f422bc8c869 Mon Sep 17 00:00:00 2001 From: Matt Wozniski Date: Mon, 28 Jan 2013 01:23:21 -0500 Subject: [PATCH] Add pathogen link from README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd88e2f..63b9bf9 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,8 @@ interface. It's still a work in progress, and criticisms are welcome. See [Aligning Text with Tabular.vim](http://vimcasts.org/episodes/aligning-text-with-tabular-vim/) for a screencast that shows how Tabular.vim works. -See [doc/Tabular.txt](http://raw.github.com/godlygeek/tabular/master/doc/Tabular.txt) for detailed documentation. +The easiest way to install Tabular is to use [pathogen](https://github.com/tpope/vim-pathogen). + +See [doc/Tabular.txt](http://raw.github.com/godlygeek/tabular/master/doc/Tabular.txt) +for detailed documentation - or, after installing Tabular, you can use `:help tabular` +for a syntax-highlighted version of the docs.