Try another thing

master
Bryan 2024-10-18 09:54:50 -06:00
parent 5d7c45fc70
commit d653d5cbce
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ local M = { ---@type Rabbit.Plugin
}
function M.evt.RabbitEnter()
M.listing.paths = nil
M.listing[0] = nil
M.listing.paths = {}
M.listing[0] = {}
local bufs = vim.api.nvim_list_bufs()
for _, b in ipairs(bufs) do
local path = vim.api.nvim_buf_get_name(b)