draft: initial implementation

This commit is contained in:
Marc Jakobi
2024-04-11 20:46:06 +02:00
parent ac72bb5c76
commit e61adde6ce
15 changed files with 904 additions and 102 deletions
+8
View File
@@ -0,0 +1,8 @@
---@mod lz.n.state
local M = {}
---@type table<string, LzPlugin>
M.plugins = {}
return M