feat(#2948): add decorator registry and order

This commit is contained in:
Alexander Courtis 2024-11-24 15:19:34 +11:00
parent 129c349eee
commit 8e1e2aa6f8

View File

@ -1,5 +1,5 @@
---@meta
error('Cannot require a meta file')
error("Cannot require a meta file")
local nvim_tree = { api = { decorator = { BaseDecorator = {} } } }
@ -61,7 +61,6 @@ function nvim_tree.api.decorator.BaseDecorator:icons(node) end
---@return string? highlight_group
function nvim_tree.api.decorator.BaseDecorator:highlight_group(node) end
--
-- Example Decorator
--