From ecb74c22b4a6c41162153f77e73d4ef645fedfa0 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sat, 12 Apr 2025 19:40:01 -0700 Subject: fix(docs): docgen.lua reads from `lua/*.lua` #3708 Problem: Since configs now live in `lsp/`, the docgen needs to be updated. Solution: Read the configs from `lsp/`. Parse the `@brief` docstring to get the docs. --- scripts/docs_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/docs_template.md') diff --git a/scripts/docs_template.md b/scripts/docs_template.md index 9ae0dd7a..4368e55f 100644 --- a/scripts/docs_template.md +++ b/scripts/docs_template.md @@ -4,6 +4,6 @@ LSP configurations provided by nvim-lspconfig are listed below. This documentation is autogenerated from the Lua files. You can view this file in Nvim by running `:help lspconfig-all`. -{{implemented_servers_list}} +{{toc}} {{lsp_server_details}} -- cgit v1.2.3-70-g09d2