yazi/yazi-plugin/preset/plugins/noop.lua
2023-12-26 19:48:33 +08:00

10 lines
104 B
Lua

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