You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lua/nvim-tree/_meta/config.lua
+59-15Lines changed: 59 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -33,33 +33,77 @@ error("Cannot require a meta file")
33
33
---@fieldsync_root_with_cwd? boolean Changes the tree root directory on `DirChanged` and refreshes the tree. Default: `false`
34
34
---@fieldroot_dirs? string[] Preferred root directories. Only relevant when `update_focused_file.update_root` is `true` Default: `{}` @see nvim-tree.update_focused_file.update_root
35
35
---@fieldexperimental? table Experimental features that may become default or optional functionality. In the event of a problem please disable the experiment and raise an issue.
---@fieldenable? boolean Enable the feature. Disable this option if you use vim-dirvish or dirbuf.nvim. If `hijack_netrw` and `disable_netrw` are `false`, this feature will be disabled. Default: `true`
62
-
---@fieldauto_open? boolean Opens the tree if the tree was previously closed. Default: `true`
99
+
---
100
+
---Hijack directory buffers. Disable this option if you use vim-dirvish or dirbuf.nvim. If `hijack_netrw` and `disable_netrw` are `false`, this feature will be disabled.
101
+
---(default: `true`)
102
+
---@fieldenable? boolean
103
+
---
104
+
---Opens the tree if the tree was previously closed.
0 commit comments