From texlab
Texlab provides code intelligence for LaTeX and BibTeX — diagnostics, go-to-definition, find references, hover information, symbols for .tex, .bib, .cls, .sty files.
npx claudepluginhub piebald-ai/claude-code-lsps --plugin texlabThis LSP server requires texlabto be installed on your system. Make sure it's available in your PATH before enabling.
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"latex": {
"command": "texlab",
"extensionToLanguage": {
".bib": "bibtex",
".cls": "latex",
".sty": "latex",
".tex": "latex"
}
}
}
}texlabstdioInitialization Options:
{}Settings:
{}