yazi/yazi-plugin/preset/plugins/noop.lua
2025-06-01 09:20:17 +08:00

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