mirror of
https://github.com/preservim/nerdtree.git
synced 2024-11-23 03:30:59 +08:00
documented the NERDTreeShowLineNumbers option
This commit is contained in:
parent
91d5a52c39
commit
faabc8c47d
|
@ -477,6 +477,9 @@ NERD tree. These options should be set in your vimrc.
|
||||||
|NERDTreeShowHidden| Tells the NERD tree whether to display hidden
|
|NERDTreeShowHidden| Tells the NERD tree whether to display hidden
|
||||||
files on startup.
|
files on startup.
|
||||||
|
|
||||||
|
|NERDTreeShowLineNumbers| Tells the NERD tree whether to display line
|
||||||
|
numbers in the tree window.
|
||||||
|
|
||||||
|NERDTreeSortOrder| Tell the NERD tree how to sort the nodes in
|
|NERDTreeSortOrder| Tell the NERD tree how to sort the nodes in
|
||||||
the tree.
|
the tree.
|
||||||
|
|
||||||
|
@ -659,6 +662,17 @@ Use one of the follow lines to set this option: >
|
||||||
let NERDTreeShowHidden=1
|
let NERDTreeShowHidden=1
|
||||||
<
|
<
|
||||||
|
|
||||||
|
------------------------------------------------------------------------------
|
||||||
|
*NERDTreeShowLineNumbers*
|
||||||
|
Values: 0 or 1.
|
||||||
|
Default: 0.
|
||||||
|
|
||||||
|
This option tells vim whether to display line numbers for the NERD tree
|
||||||
|
window. Use one of the follow lines to set this option: >
|
||||||
|
let NERDTreeShowLineNumbers=0
|
||||||
|
let NERDTreeShowLineNumbers=1
|
||||||
|
<
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
*NERDTreeSortOrder*
|
*NERDTreeSortOrder*
|
||||||
Values: a list of regular expressions.
|
Values: a list of regular expressions.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user