npx claudepluginhub boostvolt/claude-code-lsps --plugin bash-language-serverThis LSP server requires bash-language-serverto be installed on your system. Make sure it's available in your PATH before enabling.
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"bash": {
"command": "bash-language-server",
"extensionToLanguage": {
".sh": "shellscript",
".ksh": "shellscript",
".zsh": "shellscript",
".bash": "shellscript"
},
"args": [
"start"
]
}
}
}bash-language-serverstdio