Work on things

master
Bryan 2024-10-18 09:18:43 -06:00
parent 2fba3211e8
commit 5b69667cfe
1 changed files with 2 additions and 3 deletions

View File

@ -8,15 +8,14 @@ local M = { ---@type Rabbit.Plugin
color = "#d08e95",
name = "buffers",
func = {},
switch = "b",
switch = "r",
listing = {},
empty_msg = "No opened buffers",
skip_same = true,
keys = {},
evt = {},
memory = "",
---@param p Rabbit.Plugin
---@param p Rabbit.Plugin.Buffers
init = function(p)
p.listing[0] = {}
p.listing.paths = {}