From 0a984a5b8cbff56f1247c55d5bd758e878ad0307 Mon Sep 17 00:00:00 2001 From: max397574 Date: Fri, 10 Dec 2021 20:02:09 +0100 Subject: feat(vimdoc): add headers --- scripts/gendocs.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/gendocs.lua b/scripts/gendocs.lua index 246f9e9..bb0976d 100644 --- a/scripts/gendocs.lua +++ b/scripts/gendocs.lua @@ -6,6 +6,7 @@ docs.test = function() -- TODO: Fix the other files so that we can add them here. local input_files = { "./lua/startup/functions.lua", + "./lua/startup/headers.lua", } local output_file = "./doc/startup.txt" -- cgit v1.2.3