We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e545a commit e332271Copy full SHA for e332271
lua/nvim-tree/explorer/init.lua
@@ -62,7 +62,7 @@ function Explorer:new(path)
62
setmetatable(o, { __index = self })
63
64
o.watcher = watch.create_watcher(o)
65
- o.renderer = Renderer:new(o.opts, o)
+ o.renderer = Renderer:new(config, o)
66
o.filters = Filters:new(config, o)
67
o.live_filter = LiveFilter:new(config, o)
68
o.marks = Marks:new(config, o)
0 commit comments