doc: Add section :h neogen.template_configuration

This commit is contained in:
danymat
2022-02-01 13:59:39 +01:00
parent aaa8d74abf
commit 189892c9a9
3 changed files with 64 additions and 16 deletions

View File

@@ -4,4 +4,4 @@ if _G.MiniDoc == nil then
minidoc.setup()
end
minidoc.generate({ "lua/neogen/init.lua" }, nil, nil)
minidoc.generate({ "lua/neogen/init.lua", "lua/neogen/utilities/template.lua" }, nil, nil)