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 3aeb59b commit 92ed3c4Copy full SHA for 92ed3c4
lua/nvim-tree/view.lua
@@ -396,8 +396,8 @@ function M.setup(opts)
396
M.View.adaptive_size = options.adaptive_size
397
M.View.side = options.side
398
M.View.width = options.width
399
- M.View.initial_width = get_size()
400
M.View.height = options.height
+ M.View.initial_width = get_size()
401
M.View.hide_root_folder = options.hide_root_folder
402
M.View.preserve_window_proportions = options.preserve_window_proportions
403
M.View.winopts.number = options.number
0 commit comments