Merge branch 'master' into 2941-move-lib-to-explorer

This commit is contained in:
Alexander Courtis
2024-10-25 12:34:25 +11:00
6 changed files with 67 additions and 41 deletions

View File

@@ -2,10 +2,6 @@ local git = require("nvim-tree.git")
local Class = require("nvim-tree.class")
---TODO #2886
---TODO remove all @cast
---TODO remove all references to directory fields:
---Abstract Node class.
---Uses the abstract factory pattern to instantiate child instances.
---@class (exact) Node: Class