feat: add nixd as lsp for nix language (#5929)

This commit is contained in:
Luo Chen
2025-12-22 14:30:08 +08:00
committed by Aiden Cline
parent 10e454481c
commit 79134dd16a
3 changed files with 33 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ OpenCode comes with several built-in LSP servers for popular languages:
| gopls | .go | `go` command available |
| jdtls | .java | `Java SDK (version 21+)` installed |
| lua-ls | .lua | Auto-installs for Lua projects |
| nixd | .nix | `nixd` command available |
| ocaml-lsp | .ml, .mli | `ocamllsp` command available |
| oxlint | .ts, .tsx, .js, .jsx, .mjs, .cjs, .mts, .cts, .vue, .astro, .svelte | `oxlint` dependency in project |
| php intelephense | .php | Auto-installs for PHP projects |