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