Description
The LSP documentation in non-English languages is missing critical information that exists in the English version.
Specifically, the English docs say:
- "To enable all built-in LSP servers, set
lsp to true."
- Example:
{ "lsp": true }
- "If
lsp is omitted, all LSP servers are disabled."
But the Spanish docs (and likely other translations) only show:
- Example:
{ "lsp": {} }
- No mention of
lsp: true to enable all built-ins
- No explanation that omitting
lsp disables all servers
Impact: Users reading docs in their native language don't know they need to explicitly enable LSP.
Steps to Reproduce
- Open https://opencode.ai/docs/lsp (English)
- Open https://opencode.ai/es/docs/lsp (Spanish)
- Compare the "Configure" section
OpenCode Version
N/A (documentation issue)
Operating System
N/A
Terminal
N/A
Plugins
None
Screenshot / Share Link
Description
The LSP documentation in non-English languages is missing critical information that exists in the English version.
Specifically, the English docs say:
lsptotrue."{ "lsp": true }lspis omitted, all LSP servers are disabled."But the Spanish docs (and likely other translations) only show:
{ "lsp": {} }lsp: trueto enable all built-inslspdisables all serversImpact: Users reading docs in their native language don't know they need to explicitly enable LSP.
Steps to Reproduce
OpenCode Version
N/A (documentation issue)
Operating System
N/A
Terminal
N/A
Plugins
None
Screenshot / Share Link