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

10 lines
104 B
Lua
Raw Normal View History

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