Skip to content

Commit

Permalink
feat(#2948): add decorator registry and order
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-courtis committed Nov 24, 2024
1 parent 129c349 commit 8e1e2aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lua/nvim-tree/_meta/api_decorator.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---@meta
error('Cannot require a meta file')
error("Cannot require a meta file")

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

Expand Down Expand Up @@ -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
--
Expand Down

0 comments on commit 8e1e2aa

Please sign in to comment.