mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-12 11:43:46 -05:00
Further cleaned up styling
This commit is contained in:
@@ -3,8 +3,9 @@ The NERD Commenter requires Vim 7 or higher.
|
|||||||
|
|
||||||
Extract the plugin files in your ~/.vim (*nix) or ~/vimfiles (Windows). You
|
Extract the plugin files in your ~/.vim (*nix) or ~/vimfiles (Windows). You
|
||||||
should have 2 files:
|
should have 2 files:
|
||||||
1. plugin/NERD_commenter.vim
|
|
||||||
2. doc/NERD_commenter.txt
|
plugin/NERD_commenter.vim
|
||||||
|
doc/NERD_commenter.txt
|
||||||
|
|
||||||
Next, to finish installing the help file run:
|
Next, to finish installing the help file run:
|
||||||
* :helptags ~/.vim/doc
|
* :helptags ~/.vim/doc
|
||||||
@@ -14,7 +15,8 @@ See **|add-local-help|** for more details.
|
|||||||
Make sure that you have filetype plugins enabled, as the script makes use of
|
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).
|
**|'commentstring'|** where possible (which is usually set in a filetype plugin).
|
||||||
See **|filetype-plugin-on|** for details, but basically, stick this in your vimrc:
|
See **|filetype-plugin-on|** for details, but basically, stick this in your vimrc:
|
||||||
> filetype plugin on
|
|
||||||
|
filetype plugin on
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user