|
|
@@ -33,6 +33,8 @@ OpenCode comes with several built-in LSP servers for popular languages:
|
|
|
| sourcekit-lsp | .swift, .objc, .objcpp | `swift` installed (`xcode` on macOS) |
|
|
|
| php intelephense | .php | Auto-installs for PHP projects |
|
|
|
| dart | .dart | `dart` command available |
|
|
|
+| terraform | .tf, .tfvars | Auto-installs from GitHub releases |
|
|
|
+| bash | .sh, .bash, .zsh, .ksh | Auto-installs bash-language-server |
|
|
|
|
|
|
LSP servers are automatically enabled when one of the above file extensions are detected and the requirements are met.
|
|
|
|