plugins.nvim-tree.git.enable

Git integration with icons and colors.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

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.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.nvim-tree.git.showOnDirs

Show status icons of children when directory itself has no status icon.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.nvim-tree.git.showOnOpenDirs

Show status icons of children on directories that are open. Only relevant when git.showOnDirs is true.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.nvim-tree.git.timeout

Kills the git process after some time if it takes too long.

Type: null or signed integer or floating point number or raw lua code

Default: null

Plugin default: 400

Declared by: