Work on delete function

master
Bryan 2024-10-20 08:13:21 -06:00
parent 366f349162
commit 57da073a06
1 changed files with 2 additions and 2 deletions

View File

@ -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