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

Multi Instance: Refactor: Node classes

Open alex-courtis opened this issue 5 months ago • 1 comments

  • #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.

alex-courtis avatar Aug 25 '24 05:08 alex-courtis