plugins.nvim-tree.tab.sync.close
Closes the tree across all tabpages when the tree is closed.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
plugins.nvim-tree.tab.sync.ignore
List of filetypes or buffer names on new tab that will prevent |nvim-tree.tab.sync.open| and |nvim-tree.tab.sync.close|
Type: null or (list of (string or raw lua code))
Default:
null
Plugin default: [ ]
Declared by:
plugins.nvim-tree.tab.sync.open
Opens the tree automatically when switching tabpage or opening a new tabpage if the tree was previously open.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by: