We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6939619 commit 02ce4fbCopy full SHA for 02ce4fb
1 file changed
lua/nvim-tree/_meta/api/tree.lua
@@ -98,13 +98,13 @@ function nvim_tree.api.tree.resize(opts) end
98
---@inlinedoc
99
---
100
---New [nvim_tree.config.view] {width} value.
101
----@field width nvim_tree.config.view.width.spec|nvim_tree.config.view.width
+---@field width? nvim_tree.config.view.width.spec|nvim_tree.config.view.width
102
103
---Set the width.
104
----@field absolute integer
+---@field absolute? integer
105
106
---Increase or decrease the width.
107
----@field relative integer
+---@field relative? integer
108
109
110
---Change the tree's root to a path.
0 commit comments