Make it work?
parent
4e8dabb4f0
commit
d022e89e39
|
|
@ -27,6 +27,7 @@ local M = { ---@type Rabbit.Plugin
|
|||
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)
|
||||
end
|
||||
end,
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue