opencode
opencode copied to clipboard
feat: add yaml language server support
Summary
- Add YAML language server support to opencode
- Enables syntax highlighting, error detection, and schema validation for
.ymland.yamlfiles - Uses yaml-language-server via Bun's package runner for automatic installation
Testing
- ✅ Verified LSP starts correctly:
service=lsp.client serverID=yaml starting clientandinitialized - ✅ Tested with multiple YAML file formats (.yml, .yaml)
Fixes
- Closes #1343