npx claudepluginhub justosbr/claude-code-lsps --plugin terragrunt-lsThis LSP server requires terragrunt-lsto be installed on your system. Make sure it's available in your PATH before enabling.
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"terragrunt": {
"command": "terragrunt-ls",
"extensionToLanguage": {
".hcl": "terragrunt"
}
}
}
}terragrunt-lsstdio