aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/docs_template.md
Commit message (Collapse)AuthorAgeFilesLines
* fix(docs): docgen.lua reads from `lua/*.lua` #3708Justin M. Keyes2025-04-121-1/+1
| | | | | | | | 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.
* fix(docgen): :help (vimdoc) format #3683Justin M. Keyes2025-04-021-5/+0
| | | followup to #3675
* ci: rename README_template.md #3357Justin M. Keyes2024-10-061-0/+14
The name `README_template.md` is confusing, because it is not related to the README (that changed long ago).