master
Bryan 2024-10-18 00:06:49 -06:00
parent 4b5dc87d16
commit 9dd274fa21
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ 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.persist = {} --set.clean(set.read(p.memory))
p.listing.opened = {}
p.listing.collections = {}
p.listing.recursive = nil