caixa-lsp-0.1.5 is not a library.
caixa-lsp — Language Server Protocol bridge for tatara-lisp / caixa
sources.
Capabilities (phase 1.B):
- Diagnostics — re-run
caixa-linton every open/change, publish the rule violations as LSPDiagnostics. - Formatting — pipe the document through
caixa-fmtand return a single whole-documentTextEdit. - Document symbols — list every top-level
(defX …)as a symbol so:Telescope lsp_document_symbols/ Goto-Symbol works. - Hover — show the
TataraDomaindocstring for the form under the cursor (best-effort; defaults to the form's head keyword).
Transport: stdio. Launch via caixa-lsp with no arguments. Nvim wires
it up through caixa.nvim's lua/caixa/lsp.lua.