plugins.nvim-tree.actions.expandAll.exclude

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

Type: null or (list of (string or raw lua code))

Default: null

Plugin default: [ ]

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.

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

Default: null

Plugin default: 300

Declared by: