plugins.nvim-tree.actions.changeDir.enable

Change the working directory when changing directories in the tree.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

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.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.nvim-tree.actions.changeDir.restrictAboveCwd

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

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by: