nvim-tree.lua
nvim-tree.lua copied to clipboard
default width not work
Description
use default opt
view.width and view.side not work
Neovim version
NVIM v0.7.0
Build type: Release
LuaJIT 2.1.0-beta3
编译者 brew@iMac-Pro
Operating system and version
macOS 10.15.7
nvim-tree version
543c07a
Minimal config
default
Steps to reproduce
nvim .
Expected behavior
No response
Actual behavior
No response
width and size are functioning with following minimal config.
view = {
width = "50%",
side = "right",
},
The screenshot indicates that you have some other plugins or vim customisation running.
Please provide your minimal config nvt-min.lua as instructed in the bug report form.
Closing due to inactivity.