yaml
stdioyaml
Used by 4 plugins
Requires Language Server Binary
This LSP server requires yaml-language-server to be installed on your system. Make sure it's available in your PATH before enabling.
Install
1
Run in your terminal$
npx claudepluginhub boostvolt/claude-code-lspsAdd to Your Project
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"yaml": {
"command": "yaml-language-server",
"extensionToLanguage": {
".yml": "yaml",
".yaml": "yaml"
},
"args": [
"--stdio"
]
}
}
}Supported Languages
yaml
.yml.yaml
Command
yaml-language-serverTransport
stdioArguments
--stdio
Advanced Configuration
Restart on Crash:Yes
Also used by 3 other plugins