Skip to content

Commit 8e1e2aa

Browse files
committed
feat(#2948): add decorator registry and order
1 parent 129c349 commit 8e1e2aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lua/nvim-tree/_meta/api_decorator.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---@meta
2-
error('Cannot require a meta file')
2+
error("Cannot require a meta file")
33

44
local nvim_tree = { api = { decorator = { BaseDecorator = {} } } }
55

@@ -61,7 +61,6 @@ function nvim_tree.api.decorator.BaseDecorator:icons(node) end
6161
---@return string? highlight_group
6262
function nvim_tree.api.decorator.BaseDecorator:highlight_group(node) end
6363

64-
6564
--
6665
-- Example Decorator
6766
--

0 commit comments

Comments
 (0)