Work on delete function
parent
366f349162
commit
57da073a06
|
|
@ -11,7 +11,7 @@ local M = { ---@type Rabbit.Plugin
|
||||||
switch = "b",
|
switch = "b",
|
||||||
listing = {},
|
listing = {},
|
||||||
empty_msg = "No opened buffers",
|
empty_msg = "No opened buffers",
|
||||||
skip_same = false,
|
skip_same = true,
|
||||||
keys = {},
|
keys = {},
|
||||||
evt = {},
|
evt = {},
|
||||||
|
|
||||||
|
|
@ -46,7 +46,7 @@ end
|
||||||
|
|
||||||
function M.evt.RabbitEnter()
|
function M.evt.RabbitEnter()
|
||||||
get_buffers()
|
get_buffers()
|
||||||
vim.print(M.listing[0])
|
-- vim.print(M.listing[0])
|
||||||
end
|
end
|
||||||
|
|
||||||
---@param n integer
|
---@param n integer
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue