aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/nixd.lua
Commit message (Collapse)AuthorAgeFilesLines
* fix: separate type annotation from `@brief` docstring #4017Igor Lacerda2025-08-191-0/+1
|
* chore: add type annotation for configsIgor2025-08-181-0/+1
|
* fix(nixd): use '.git' root marker #4009Bjørn Forsman2025-08-181-1/+1
| | | | 'nixd' is the only place I saw 'git' in root_markers, without the dot, so I think it's a mistake. Change it to '.git'.
* docs: cleanupJustin M. Keyes2025-04-181-6/+6
| | | | | - 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.