mirror of
https://github.com/zoriya/lz.n.git
synced 2025-12-22 23:05:09 +00:00
9 lines
95 B
Lua
9 lines
95 B
Lua
---@mod lz.n.state
|
|
|
|
local M = {}
|
|
|
|
---@type table<string, lz.n.Plugin>
|
|
M.plugins = {}
|
|
|
|
return M
|