mirror of
https://github.com/preservim/nerdcommenter.git
synced 2024-11-22 13:14:29 +08:00
fixing a typo
This commit is contained in:
parent
4afef1116c
commit
cef3a9ce39
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user