Make it work?

master
Bryan 2024-10-18 01:24:10 -06:00
parent d022e89e39
commit ce41b93b17
1 changed files with 1 additions and 2 deletions

View File

@ -26,8 +26,7 @@ local M = { ---@type Rabbit.Plugin
local bufs = vim.api.nvim_list_bufs()
for _, b in ipairs(bufs) do
local path = vim.api.nvim_buf_get_name(b)
set.add(p.listing[0], path)
set.add(p.listing.opened, path)
set.add(p.listing.paths, path)
end
end,