plugins.nvim-tree.updateFocusedFile.enable
Update the focused file on BufEnter
, un-collapses the folders recursively until it finds
the file.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
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
.
Type: null or (list of (string or raw lua code))
Default:
null
Plugin default: [ ]
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
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by: