4 Commits

Author SHA1 Message Date
99ce79ac88 fix(lsp): support server workspace configuration 2026-05-05 23:44:21 -04:00
e40c93fc80 feat(server): add diagnosticsOnly flag for lint-only servers
Add diagnosticsOnly?: boolean to ServerConfig. When set, the server is
excluded from pickServer() (hover/definition/references/completion/
documentSymbol) but still included in pickDiagnosticServers() for
lsp_diagnostics and auto-check.

Mark oxlint as diagnosticsOnly: true — it now contributes diagnostics
alongside typescript-language-server without interfering with navigation
or completion tools.
2026-05-04 07:41:39 -04:00
630226a00a feat: add lua, html/css/json, nix, and oxlint LSPs; add global .git root marker 2026-05-04 06:59:08 -04:00
61bca87bba initial commit 2026-04-25 21:06:15 -04:00