Work on things
parent
98d6f58dd2
commit
c2c6f6da88
|
|
@ -19,10 +19,10 @@ local M = { ---@type Rabbit.Plugin
|
|||
init = function(p)
|
||||
p.listing[0] = {}
|
||||
p.listing.paths = {}
|
||||
p.listing.persist = {} --set.clean(set.read(p.memory))
|
||||
p.listing.opened = {}
|
||||
p.listing.collections = {}
|
||||
p.listing.recursive = nil
|
||||
-- p.listing.persist = {} --set.clean(set.read(p.memory))
|
||||
-- p.listing.opened = {}
|
||||
-- p.listing.collections = {}
|
||||
-- p.listing.recursive = nil
|
||||
end,
|
||||
|
||||
---@type Rabbit.Plugin.Buffers.Options
|
||||
|
|
|
|||
Loading…
Reference in New Issue