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/config.lua
-23Lines changed: 0 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -126,20 +126,6 @@ error("Cannot require a meta file")
126
126
---|nvim_tree.Config.Log|
127
127
---@fieldlog? nvim_tree.Config.Log
128
128
129
-
--
130
-
-- HijackDirectories
131
-
--
132
-
133
-
---@classnvim_tree.Config.HijackDirectories
134
-
---
135
-
---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.
136
-
---(default: `true`)
137
-
---@fieldenable? boolean
138
-
---
139
-
---Opens the tree if the tree was previously closed.
140
-
---(default: `true`)
141
-
---@fieldauto_open? boolean
142
-
143
129
--
144
130
-- Renderer
145
131
--
@@ -339,15 +325,6 @@ error("Cannot require a meta file")
339
325
---@classnvim_tree.Config.Help
340
326
---@fieldsort_by? nvim_tree.HelpSortOption Defines how mappings are sorted in the help window. Can be `"key"` (sort alphabetically by keymap) or `"desc"` (sort alphabetically by description). Default: `"key"`
341
327
342
-
--
343
-
-- Sort
344
-
--
345
-
346
-
---@classnvim_tree.Config.Sort
347
-
---@fieldsorter? nvim_tree.SortOption|fun(nodes: table): nil Changes how files within the same directory are sorted. Can be one of `"name"`, `"case_sensitive"`, `"modification_time"`, `"extension"`, `"suffix"`, `"filetype"` or a function. `"extension"` uses all suffixes e.g. `foo.tar.gz` -> `.tar.gz``"suffix"` uses the last e.g. `.gz` Default: `"name"` Function may perform a sort or return a string with one of the above methods. It is passed a table of nodes to be sorted, each node containing: - `absolute_path`: `string` - `executable`: `boolean` - `extension`: `string` - `filetype`: `string` - `link_to`: `string` - `name`: `string` - `type`: `"directory"` | `"file"` | `"link"`
348
-
---@fieldfolders_first? boolean Sort folders before files. Has no effect when |nvim-tree.sort.sorter| is a function. Default: `true` @see nvim-tree.sort.sorter
349
-
---@fieldfiles_first? boolean Sort files before folders. Has no effect when |nvim-tree.sort.sorter| is a function. If set to `true` it overrides |nvim-tree.sort.folders_first|. Default: `false` @see nvim-tree.sort.sorter @see nvim-tree.sort.folders_first
---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.
7
+
---(default: `true`)
8
+
---@fieldenable? boolean
9
+
---
10
+
---Opens the tree if the tree was previously closed.
0 commit comments