We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I wanto use one nvim-tree in different tab page. in page 1 i use NvimTree_1 but page 2 use NvimTree_2
NVIM v0.10.0-dev-2559+g3814750d3 Build type: RelWithDebInfo LuaJIT 2.1.1707061634
mac os 14.2 (23C64)
No response
f7c09bd
require("nvim-tree").setup({ view = { float = { enable = true, quit_on_focus_loss = true, open_win_config = function() local screen_w = vim.opt.columns:get() local screen_h = vim.opt.lines:get() - vim.opt.cmdheight:get() local window_w = screen_w * 0.6 local window_h = screen_h * 0.6 local window_w_int = math.floor(window_w) local window_h_int = math.floor(window_h) local center_x = (screen_w - window_w) / 2 local center_y = ((vim.opt.lines:get() - window_h) / 2) - vim.opt.cmdheight:get() return { border = 'rounded', relative = 'editor', row = center_y, col = center_x, width = window_w_int, height = window_h_int, } end, }, width = function() return math.floor(vim.opt.columns:get() * 0.6) end, }, })
no
The text was updated successfully, but these errors were encountered:
DupIicate #2255
Sorry, something went wrong.
OK thanks!~
No branches or pull requests
Description
I wanto use one nvim-tree in different tab page.


in page 1 i use NvimTree_1 but page 2 use NvimTree_2
Neovim version
Operating system and version
mac os 14.2 (23C64)
Windows variant
No response
nvim-tree version
f7c09bd
Clean room replication
Steps to reproduce
no
Expected behavior
No response
Actual behavior
No response
The text was updated successfully, but these errors were encountered: