yazi/yazi-plugin/preset/plugins/noop.lua

12 lines
137 B
Lua
Raw Normal View History

local M = {}
function M:peek() end
function M:seek() end
function M:fetch() return 1 end
function M:preload() return 1 end
return M