Work on things
parent
2fba3211e8
commit
5b69667cfe
|
|
@ -8,15 +8,14 @@ local M = { ---@type Rabbit.Plugin
|
||||||
color = "#d08e95",
|
color = "#d08e95",
|
||||||
name = "buffers",
|
name = "buffers",
|
||||||
func = {},
|
func = {},
|
||||||
switch = "b",
|
switch = "r",
|
||||||
listing = {},
|
listing = {},
|
||||||
empty_msg = "No opened buffers",
|
empty_msg = "No opened buffers",
|
||||||
skip_same = true,
|
skip_same = true,
|
||||||
keys = {},
|
keys = {},
|
||||||
evt = {},
|
evt = {},
|
||||||
memory = "",
|
|
||||||
|
|
||||||
---@param p Rabbit.Plugin
|
---@param p Rabbit.Plugin.Buffers
|
||||||
init = function(p)
|
init = function(p)
|
||||||
p.listing[0] = {}
|
p.listing[0] = {}
|
||||||
p.listing.paths = {}
|
p.listing.paths = {}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue