Fix ?
parent
2e54e7b2f0
commit
4b5dc87d16
|
|
@ -17,7 +17,12 @@ local M = { ---@type Rabbit.Plugin
|
||||||
|
|
||||||
---@param p Rabbit.Plugin.Buffers
|
---@param p Rabbit.Plugin.Buffers
|
||||||
init = function(p)
|
init = function(p)
|
||||||
|
p.listing[0] = {}
|
||||||
|
p.listing.paths = {}
|
||||||
|
p.listing.persist = set.clean(set.read(p.memory))
|
||||||
p.listing.opened = {}
|
p.listing.opened = {}
|
||||||
|
p.listing.collections = {}
|
||||||
|
p.listing.recursive = nil
|
||||||
end,
|
end,
|
||||||
|
|
||||||
---@type Rabbit.Plugin.Buffers.Options
|
---@type Rabbit.Plugin.Buffers.Options
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue