Work on things

master
Bryan 2024-10-18 07:38:14 -06:00
parent c2c6f6da88
commit 2272f90ff5
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ function M.evt.RabbitEnter(_, _)
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(M.listing.paths, path)
set.add(M.listing[0], path)
end