-
-
Notifications
You must be signed in to change notification settings - Fork 638
Closed
Labels
Description
Description
When launching the live filter by pressing 'f', the following error apperas:
Error executing vim.schedule lua callback: ...art/nvim-tree.lua/lua/nvim-tree/explorer/live-filter.lua:164: attempt to call method 'get_winnr' (a nil value)
stack traceback:
...art/nvim-tree.lua/lua/nvim-tree/explorer/live-filter.lua:164: in function 'calculate_overlay_win_width'
...art/nvim-tree.lua/lua/nvim-tree/explorer/live-filter.lua:188: in function <...art/nvim-tree.lua/lua/nvim-tree/explorer/live-filter.lua:173>
After that, the filter prompt is visible but can not be used.
Neovim version
NVIM v0.11.3
Build type: Release
LuaJIT 2.1.1753364724
Operating system and version
MacOS 15.6
Windows variant
No response
nvim-tree version
Clean room replication
Sorry, just reading now about nvt-min.lua, but I already tested with a truly minimal configuration:
├── init.lua
└── pack
└── nvim-tree
└── start
└── nvim-tree.lua
init.lua:
require("nvim-tree").setup()Steps to reproduce
- mkdir -p ~/.config/nvim/pack/nvim-tree/start; cd $_
- git clone https://github.com/nvim-tree/nvim-tree.lua.git
- echo 'require("nvim-tree").setup()' >> ~/.config/nvim/init.lua
- open nvim and run :NvimTreeOpen
- press 'f'
Expected behavior
No response
Actual behavior

Reactions are currently unavailable