docs: java-lsp support (#2958)

This commit is contained in:
iwauo
2025-10-05 01:28:09 +09:00
committed by GitHub
parent b2222cc278
commit 080fce9601

View File

@@ -25,6 +25,7 @@ OpenCode comes with several built-in LSP servers for popular languages:
| rust | .rs | `rust-analyzer` command available |
| clangd | .c, .cpp, .cc, .cxx, .c++, .h, .hpp, .hh, .hxx, .h++ | Auto-installs for C/C++ projects |
| svelte | .svelte | Auto-installs for Svelte projects |
| jdtls | .java | `Java SDK (version 21+)` installed |
LSP servers are automatically enabled when one of the above file extensions are detected and the requirements are met.