mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-21 23:01:05 +00:00
7 lines
201 B
Lua
7 lines
201 B
Lua
local function setup(_, opts)
|
|
if opts.sync_yanked then
|
|
ps.sub_remote("yank", function(body) ya.manager_emit("update_yanked", { cut = body.cut, urls = body }) end)
|
|
end
|
|
end
|
|
|
|
return { setup = setup }
|