Work on things

master
Bryan 2024-10-18 07:10:21 -06:00
parent ce41b93b17
commit 9c61d8e987
1 changed files with 2 additions and 0 deletions

View File

@ -26,7 +26,9 @@ 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)
vim.notify(path)
set.add(p.listing.paths, path)
set.add(p.listing[0], path)
end
end,