feat(#2948): improve doc

This commit is contained in:
Alexander Courtis 2024-12-01 15:52:45 +11:00
parent fd49b1fbe8
commit dcfcecbb66

View File

@ -314,6 +314,7 @@ Api.commands.get = wrap(function()
end) end)
---Create a decorator class by calling :extend() ---Create a decorator class by calling :extend()
---See :help nvim-tree-decorators
---@type nvim_tree.api.decorator.UserDecorator ---@type nvim_tree.api.decorator.UserDecorator
Api.decorator.UserDecorator = UserDecorator --[[@as nvim_tree.api.decorator.UserDecorator]] Api.decorator.UserDecorator = UserDecorator --[[@as nvim_tree.api.decorator.UserDecorator]]