mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-12 19:53:47 -05:00
fixing a typo
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# Installation
|
||||
|
||||
*\*For simplicity, let's use **[VIM_ROOT]** which will mean ~/.vim (\*nix) or ~/vimfiles (Windows)*
|
||||
*\*For simplicity, let's use **[VIM_ROOT]** which will mean ~/.vim (\*nix) or ~/vimfiles (Windows)*
|
||||
|
||||
The NERD Commenter requires Vim 7 or higher is comprised of 2 files:
|
||||
|
||||
plugin/NERD_commenter.vim
|
||||
@@ -8,7 +9,7 @@ The NERD Commenter requires Vim 7 or higher is comprised of 2 files:
|
||||
|
||||
### Classic Install
|
||||
|
||||
1. Extract the plugin files in your **[VIM_ROOT]**/pulgin and **[VIM_ROOT]**/doc folders respectively.
|
||||
1. Extract the plugin files into your **[VIM_ROOT]**/pulgin and **[VIM_ROOT]**/doc folders respectively.
|
||||
2. Finish the install by updating your help files. Run:
|
||||
|
||||
<pre><code>:helptags **[VIM_ROOT]**/doc</code></pre>
|
||||
|
||||
Reference in New Issue
Block a user