Skip to content

Commit 5c3bf8f

Browse files
committed
feat(#2948): add UserDecorator, proof of concept
1 parent cbc34fb commit 5c3bf8f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

lua/nvim-tree/renderer/builder.lua

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,13 @@ local DecoratorGit = require("nvim-tree.renderer.decorator.git")
1313
local DecoratorModified = require("nvim-tree.renderer.decorator.modified")
1414
local DecoratorHidden = require("nvim-tree.renderer.decorator.hidden")
1515
local DecoratorOpened = require("nvim-tree.renderer.decorator.opened")
16-
local UserDecoratorExample = require("nvim-tree.renderer.decorator.example")
1716

1817
local pad = require("nvim-tree.renderer.components.padding")
1918

20-
----TODO move all these classes to API meta
21-
----@class (exact) HighlightedString
22-
----@field str string
23-
----@field hl string[]
19+
---TODO move all these classes to API meta
20+
---@class (exact) HighlightedString
21+
---@field str string
22+
---@field hl string[]
2423

2524
---@class (exact) AddHighlightArgs
2625
---@field group string[]

0 commit comments

Comments
 (0)