We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad8762 commit 0bc36f5Copy full SHA for 0bc36f5
lua/nvim-tree/node/init.lua
@@ -1,5 +1,8 @@
1
local git = require("nvim-tree.git")
2
3
+---TODO remove all @cast
4
+---TODO remove all references to directory fields:
5
+
6
---Abstract Node class.
7
---Uses the abstract factory pattern to instantiate child instances.
8
---@class (exact) BaseNode
0 commit comments