master
Bryan 2024-10-17 23:51:04 -06:00
parent 2e54e7b2f0
commit 4b5dc87d16
1 changed files with 5 additions and 0 deletions

View File

@ -17,7 +17,12 @@ local M = { ---@type Rabbit.Plugin
---@param p Rabbit.Plugin.Buffers ---@param p Rabbit.Plugin.Buffers
init = function(p) init = function(p)
p.listing[0] = {}
p.listing.paths = {}
p.listing.persist = set.clean(set.read(p.memory))
p.listing.opened = {} p.listing.opened = {}
p.listing.collections = {}
p.listing.recursive = nil
end, end,
---@type Rabbit.Plugin.Buffers.Options ---@type Rabbit.Plugin.Buffers.Options