|
@@ -36,6 +36,7 @@ OpenCode comes with several built-in LSP servers for popular languages:
|
|
|
| ocaml-lsp | .ml, .mli | `ocamllsp` command available |
|
|
| ocaml-lsp | .ml, .mli | `ocamllsp` command available |
|
|
|
| terraform | .tf, .tfvars | Auto-installs from GitHub releases |
|
|
| terraform | .tf, .tfvars | Auto-installs from GitHub releases |
|
|
|
| bash | .sh, .bash, .zsh, .ksh | Auto-installs bash-language-server |
|
|
| bash | .sh, .bash, .zsh, .ksh | Auto-installs bash-language-server |
|
|
|
|
|
+| gleam | .gleam | `gleam` command available |
|
|
|
|
|
|
|
|
LSP servers are automatically enabled when one of the above file extensions are detected and the requirements are met.
|
|
LSP servers are automatically enabled when one of the above file extensions are detected and the requirements are met.
|
|
|
|
|
|