Work on things
parent
2fba3211e8
commit
5b69667cfe
|
|
@ -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 = {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue