diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/docgen.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/docgen.lua b/scripts/docgen.lua index bab341e2..bedadba4 100644 --- a/scripts/docgen.lua +++ b/scripts/docgen.lua @@ -76,7 +76,7 @@ require'nvim_lsp'.{{template_name}}.setup{} local function make_lsp_sections() return make_section(0, '\n', sorted_map_table(configs, function(template_name, template_object) - local template_def = template_object.template_config + local template_def = template_object.document_config local docs = template_def.docs local params = { |
