From 2bffc66a420ea66ee7cee79043d9643b085be0b1 Mon Sep 17 00:00:00 2001 From: Kaoru Kohashigawa Date: Sun, 15 Feb 2015 09:44:28 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 54f37cf..73535ee 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ See **|add-local-help|** for more details. 1. Navigate to your **[VIM_ROOT]/bundle** directory in your local Vim setup 2. git clone https://github.com/scrooloose/nerdcommenter.git +### Vundle Install +1. Add `Plugin 'scrooloose/nerdcommenter'` to your .vimrc file. +2. Run `:BundleInstall` + ### Post Install After the **'Classic'** or **'Pathogen'** install, make sure that you have filetype plugins enabled, as the script makes use of **|'commentstring'|** where possible (which is usually set in a filetype plugin).