ref: Code refactoring

- Try to not expose as much commands and code via neogen
- Use minidoc to generate docgen
This commit is contained in:
danymat
2022-01-26 11:28:03 +01:00
parent c575186ff9
commit 57e76c6102
19 changed files with 297 additions and 129 deletions

7
scripts/minidoc.lua Normal file
View File

@@ -0,0 +1,7 @@
local minidoc = require("mini.doc")
if _G.MiniDoc == nil then
minidoc.setup()
end
minidoc.generate({ "lua/neogen/init.lua" }, nil, nil)