nvim-tree.lua icon indicating copy to clipboard operation
nvim-tree.lua copied to clipboard

default width not work

Open mycf opened this issue 3 years ago • 1 comments

Description

image 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

mycf avatar May 11 '22 13:05 mycf

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.

alex-courtis avatar May 14 '22 03:05 alex-courtis

Closing due to inactivity.

alex-courtis avatar Sep 03 '22 03:09 alex-courtis