plugins.nvim-tree.git.enable
Git integration with icons and colors.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.nvim-tree.git.ignore
Ignore files based on .gitignore
. Requires git.enable
to be true
.
Toggle via the toggle_git_ignored
action, default mapping I
.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.nvim-tree.git.showOnDirs
Show status icons of children when directory itself has no status icon.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.nvim-tree.git.showOnOpenDirs
Show status icons of children on directories that are open.
Only relevant when git.showOnDirs
is true
.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.nvim-tree.git.timeout
Kills the git process after some time if it takes too long.
Plugin default: 400
Type: null or signed integer or floating point number or raw lua code
Default:
null
Declared by: