aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/docgen.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2020-01-31 00:38:26 -0800
committerJustin M. Keyes <justinkz@gmail.com>2020-01-31 00:38:42 -0800
commit6c64dee4ed977bc777641aea4bf58b9cb4914bb8 (patch)
tree4ed7a43b0c1e84a3c7ef7a343525a51e5e826508 /scripts/docgen.lua
parentrename "skeleton" to "configs" (diff)
downloadnvim-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/docgen.lua')
-rw-r--r--scripts/docgen.lua2
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 = {