mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-05 07:52:03 +00:00
feat: support lua lsp (#3402)
This commit is contained in:
parent
883b71ac36
commit
483fcdaddb
2 changed files with 123 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ OpenCode comes with several built-in LSP servers for popular languages:
|
|||
| svelte | .svelte | Auto-installs for Svelte projects |
|
||||
| astro | .astro | Auto-installs for Astro projects |
|
||||
| jdtls | .java | `Java SDK (version 21+)` installed |
|
||||
| lua-ls | .lua | Auto-installs for Lua projects |
|
||||
|
||||
LSP servers are automatically enabled when one of the above file extensions are detected and the requirements are met.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue