Work on things

master
Bryan 2024-10-18 08:06:57 -06:00
parent 205a8d2450
commit 0c6c9dcaf5
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,8 @@ local M = { ---@type Rabbit.Plugin
}, },
} }
function M.evt.RabbitEnter(_, _) ---@param winid integer
function M.evt.RabbitEnter(_)
M.listing.paths = nil M.listing.paths = nil
M.listing[0] = nil M.listing[0] = nil
local bufs = vim.api.nvim_list_bufs() local bufs = vim.api.nvim_list_bufs()