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) 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
end, end,
---@type Rabbit.Plugin.Buffers.Options ---@type Rabbit.Plugin.Buffers.Options