Merge remote-tracking branch 'upstream/pr/180'

Closes #180
This commit is contained in:
Caleb Maclennan 2016-05-23 22:12:23 +03:00
commit 8c9ae8c1ac
No known key found for this signature in database
GPG Key ID: 63CC496475267693

View File

@ -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).