plugins.nvim-tree.updateFocusedFile.enable

Update the focused file on BufEnter, un-collapses the folders recursively until it finds the file.

Plugin default: false

Type: null or boolean or raw lua code

Default: null

Declared by:

plugins.nvim-tree.updateFocusedFile.ignoreList

List of buffer names and filetypes that will not update the root dir of the tree if the file isn’t found under the current root directory. Only relevant when updateFocusedFile.updateRoot and updateFocusedFile.enable are true.

Plugin default: []

Type: null or (list of string)

Default: null

Declared by:

plugins.nvim-tree.updateFocusedFile.updateRoot

Update the root directory of the tree if the file is not under current root directory. It prefers vim’s cwd and root_dirs. Otherwise it falls back to the folder containing the file. Only relevant when updateFocusedFile.enable is true

Plugin default: false

Type: null or boolean or raw lua code

Default: null

Declared by: