LSP
An experimental Bash Language Server with support for Carapace.
Place the single binary release in your PATH and follow the original instructions.
Then add it to your config.
{
"$schema": "https://charm.land/crush.json",
"lsp": {
"bash": {
"command": "bash-language-server",
"args": [
"start"
]
}
}
}
Not actually recommended at this moment.