feat(#2948): add decorator registry and order
This commit is contained in:
parent
129c349eee
commit
8e1e2aa6f8
@ -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
|
||||
--
|
||||
|
||||
Loading…
Reference in New Issue
Block a user