mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-22 15:21:04 +00:00
13 lines
196 B
Lua
13 lines
196 B
Lua
local M = {}
|
|
|
|
function M:peek(job) ya.preview_widget(job, {}) end
|
|
|
|
function M:seek() end
|
|
|
|
function M:fetch() return true end
|
|
|
|
function M:preload() return true end
|
|
|
|
function M:spot() end
|
|
|
|
return M
|