plugins.nvim-tree.actions.changeDir.enable

Change the working directory when changing directories in the tree.

Plugin default: true

Type: null or boolean or raw lua code

Default: null

Declared by:

plugins.nvim-tree.actions.changeDir.global

Use :cd instead of :lcd when changing directories. Consider that this might cause issues with the |nvim-tree.sync_root_with_cwd| option.

Plugin default: false

Type: null or boolean or raw lua code

Default: null

Declared by:

plugins.nvim-tree.actions.changeDir.restrictAboveCwd

Restrict changing to a directory above the global current working directory.

Plugin default: false

Type: null or boolean or raw lua code

Default: null

Declared by: