mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-22 07:11:03 +00:00
7 lines
173 B
Lua
7 lines
173 B
Lua
local function setup(_, opts)
|
|
if opts.sync_yanked then
|
|
ps.sub_remote("@yank", function(state) ya.emit("update_yanked", { state }) end)
|
|
end
|
|
end
|
|
|
|
return { setup = setup }
|