Work on things

master
Bryan 2024-10-18 07:36:48 -06:00
parent 98d6f58dd2
commit c2c6f6da88
1 changed files with 4 additions and 4 deletions

View File

@ -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