use supers for node methods

This commit is contained in:
Alexander Courtis
2024-11-08 15:37:04 +11:00
parent 92fa49051f
commit 9fc7a866ec
6 changed files with 11 additions and 11 deletions

View File

@@ -4,7 +4,6 @@ local Class = require("nvim-tree.classic")
---@alias DecoratorIconPlacement "none" | "before" | "after" | "signcolumn" | "right_align"
---Abstract Decorator
---Uses the factory pattern to instantiate child instances.
---@class (exact) Decorator: Class
---@field protected explorer Explorer
---@field protected enabled boolean