aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/systemd_ls.lua
Commit message (Collapse)AuthorAgeFilesLines
* fix: show deprecation messages on_init #4269Olivia Kinnear2026-01-261-3/+8
|
* fix: deprecate systemd_ls in future version (#4282)Magnus Larsen2026-01-261-1/+1
|
* fix(systemd_ls): fix broken deprecationOlivia Kinnear2026-01-041-1/+1
|
* feat!: deprecate systemd_ls in favor of systemd_lsp #4262Magnus Larsen2025-12-301-13/+4
|
* 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-8/+8
| | | | | - 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.
*