nvim-tree.lua
nvim-tree.lua copied to clipboard
Multi Instance: Refactor: Node classes
- #2255
Node classes are defined in node.lua
however are created as tables.
Add Node classes and constructors.
This may not be necessary for multi instance.
nvim-tree.explorer.node
is not explorer specific and should go into the Node class. It might be advisable to create a PR for just those class members first.