File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,13 @@ local DecoratorGit = require("nvim-tree.renderer.decorator.git")
13
13
local DecoratorModified = require (" nvim-tree.renderer.decorator.modified" )
14
14
local DecoratorHidden = require (" nvim-tree.renderer.decorator.hidden" )
15
15
local DecoratorOpened = require (" nvim-tree.renderer.decorator.opened" )
16
- local UserDecoratorExample = require (" nvim-tree.renderer.decorator.example" )
17
16
18
17
local pad = require (" nvim-tree.renderer.components.padding" )
19
18
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[]
24
23
25
24
--- @class (exact ) AddHighlightArgs
26
25
--- @field group string[]
You can’t perform that action at this time.
0 commit comments