Work on delete function

master
Bryan 2024-10-19 10:54:21 -06:00
parent 7bdcde7701
commit 1b66ed7420
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ local get_buffers = function()
end
function M.evt.RabbitEnter()
get_buffers()
-- get_buffers()
vim.print(M.listing[0])
end