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