Make it work?
parent
d022e89e39
commit
ce41b93b17
|
|
@ -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,
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue