aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/postgres_lsp.lua
Commit message (Collapse)AuthorAgeFilesLines
* feat(postgres_lsp): require workspace #4220Igor Lacerda2025-11-291-0/+1
|
* chore(postgres_lsp): update config for postgres-language-server renaming #4155Philipp Steinrötter2025-10-271-3/+3
| | | | | Update references from postgrestools to postgres-language-server following the project's renaming. This includes the command, documentation URL, and root markers.
* fix: separate type annotation from `@brief` docstring #4017Igor Lacerda2025-08-191-0/+1
|
* chore: add type annotation for configsIgor2025-08-181-0/+1
|
* docs: cleanupJustin M. Keyes2025-04-181-3/+3
| | | | | - 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.
*