plugins.nvim-tree.view.centralizeSelection
When entering nvim-tree, reposition the view so that the current node is initially centralized, see |zz|.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
plugins.nvim-tree.view.cursorline
Enable |cursorline| in the tree window.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.nvim-tree.view.debounceDelay
Idle milliseconds before some reload / refresh operations. Increase if you experience performance issues around screen refresh.
Type: null or signed integer or floating point number or raw lua code
Default:
null
Plugin default: 15
Declared by:
plugins.nvim-tree.view.number
Print the line number in front of each line.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
plugins.nvim-tree.view.preserveWindowProportions
Preserves window proportions when opening a file.
If false
, the height and width of windows other than nvim-tree will be equalized.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
plugins.nvim-tree.view.relativenumber
Show the line number relative to the line with the cursor in front of each line.
If the option view.number
is also true
, the number on the cursor line
will be the line number instead of 0
.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
plugins.nvim-tree.view.side
Side of the tree, can be "left"
, "right"
.
Type: null or one of “left”, “right” or raw lua code
Default:
null
Plugin default: "left"
Declared by:
plugins.nvim-tree.view.signcolumn
Show diagnostic sign column. Value can be "yes"
, "auto"
, "no"
.
Type: null or one of “yes”, “auto”, “no” or raw lua code
Default:
null
Plugin default: "yes"
Declared by:
plugins.nvim-tree.view.width
Width of the window: can be a %
string, a number representing columns or a table.
A table indicates that the view should be dynamically sized based on the longest line.
Type: null or string or signed integer or (submodule)
Default:
null
Plugin default: 30
Declared by: