Skip to content

Commit

Permalink
feat(#2948): add UserDecorator, proof of concept
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-courtis committed Nov 21, 2024
1 parent cbc34fb commit 5c3bf8f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions lua/nvim-tree/renderer/builder.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@ local DecoratorGit = require("nvim-tree.renderer.decorator.git")
local DecoratorModified = require("nvim-tree.renderer.decorator.modified")
local DecoratorHidden = require("nvim-tree.renderer.decorator.hidden")
local DecoratorOpened = require("nvim-tree.renderer.decorator.opened")
local UserDecoratorExample = require("nvim-tree.renderer.decorator.example")

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

----TODO move all these classes to API meta
----@class (exact) HighlightedString
----@field str string
----@field hl string[]
---TODO move all these classes to API meta
---@class (exact) HighlightedString
---@field str string
---@field hl string[]

---@class (exact) AddHighlightArgs
---@field group string[]
Expand Down

0 comments on commit 5c3bf8f

Please sign in to comment.