diff options
Diffstat (limited to 'scripts/docgen.lua')
| -rw-r--r-- | scripts/docgen.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/docgen.lua b/scripts/docgen.lua index e27249c8..35ab6b73 100644 --- a/scripts/docgen.lua +++ b/scripts/docgen.lua @@ -130,11 +130,6 @@ local function make_lsp_sections() end end; function() - if template_object.install then - return string.format("Can be installed in Nvim with `:LspInstall %s`", template_name) - end - end; - function() local package_json_name = util.path.join(tempdir, template_name..'.package.json'); if docs.package_json then if not util.path.is_file(package_json_name) then |
