aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/ltex_plus.lua
Commit message (Collapse)AuthorAgeFilesLines
* fix(ltex_plus): asciidoc is added to enabled languages (#4239)Denys Digtiar2025-12-151-0/+2
| | | | | | | | | Problem: LTEX+ LS supports Asciidoc but it is not enabled by default. Suggested way of extending configuration overrides the values, since `filetypes` and `ltex.enabled` are Lua list. Solution: Add Asciidoc to the default list of enabled languages.
* chore: miscellaneous type fixesIgor2025-08-181-5/+3
|
* chore: add type annotation for configsIgor2025-08-181-0/+1
|
* docs: cleanupJustin M. Keyes2025-04-181-23/+24
| | | | | - brief should live at the top of each file - fix indentation for some docs
* 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.