plugins.nvim-tree.actions.expandAll.exclude

A list of directories that should not be expanded automatically. E.g [ ".git" "target" "build" ] etc.

Plugin default: []

Type: null or (list of string)

Default: null

Declared by:

plugins.nvim-tree.actions.expandAll.maxFolderDiscovery

Limit the number of folders being explored when expanding every folders. Avoids hanging neovim when running this action on very large folders.

Plugin default: 300

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

Default: null

Declared by: