From c2c6f6da88a14f5c8abb324c0fa4ea680e742440 Mon Sep 17 00:00:00 2001 From: Bryan Date: Fri, 18 Oct 2024 07:36:48 -0600 Subject: [PATCH] Work on things --- lua/rabbit-buffers/init.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lua/rabbit-buffers/init.lua b/lua/rabbit-buffers/init.lua index 7aa530e..b61f0f8 100644 --- a/lua/rabbit-buffers/init.lua +++ b/lua/rabbit-buffers/init.lua @@ -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