Stats
Actions
Tags
From yayamlls
YAML language server providing diagnostics, syntax validation, auto-completion, and hover information for .yml and .yaml files.
This LSP server requires yayamllsto be installed on your system. Make sure it's available in your PATH before enabling.
Copy this JSON into your .lsp.json to enable this server
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"yayamlls": {
"command": "yayamlls",
"extensionToLanguage": {
".yml": "yaml",
".yaml": "yaml"
}
}
}
}File extensions mapped to language identifiers
Server configuration and transport parameters
yayamllsstdioInitialization options and workspace settings
npx claudepluginhub home-operations/yayamlls --plugin yayamlls