nvim-tree / nvim-tree.lua

A file explorer tree for neovim written in lua

Repository from Github https://github.comnvim-tree/nvim-tree.luaRepository from Github https://github.comnvim-tree/nvim-tree.lua

Multi Instance: Events Pass winid

alex-courtis opened this issue · comments

Many events have a context specific to the tree.

Pass winid to all events.

Create an event table to hold this, similar to vim events. There's no good way to move existing params into this table preserving compatibility; we might just have to add it at the end.