diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2020-01-31 00:38:26 -0800 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2020-01-31 00:38:42 -0800 |
| commit | 6c64dee4ed977bc777641aea4bf58b9cb4914bb8 (patch) | |
| tree | 4ed7a43b0c1e84a3c7ef7a343525a51e5e826508 /scripts | |
| parent | rename "skeleton" to "configs" (diff) | |
| download | nvim-lspconfig-6c64dee4ed977bc777641aea4bf58b9cb4914bb8.tar nvim-lspconfig-6c64dee4ed977bc777641aea4bf58b9cb4914bb8.tar.gz nvim-lspconfig-6c64dee4ed977bc777641aea4bf58b9cb4914bb8.tar.bz2 nvim-lspconfig-6c64dee4ed977bc777641aea4bf58b9cb4914bb8.tar.lz nvim-lspconfig-6c64dee4ed977bc777641aea4bf58b9cb4914bb8.tar.xz nvim-lspconfig-6c64dee4ed977bc777641aea4bf58b9cb4914bb8.tar.zst nvim-lspconfig-6c64dee4ed977bc777641aea4bf58b9cb4914bb8.zip | |
rename "skeleton" to "configs"
ref b487481e19ab
ref #100
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 = { |
