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