If you happen to like @kde s #Kate #Editor an want to use #vhdl_ls LSP, here's a configuration snipped for you:
```
{
"servers": {
"vhdl": {
"command": ["vhdl_ls"],
"url": "https://github.com/VHDL-LS/rust_hdl",
"highlightingModeRegex": "^VHDL$",
"rootIndicationFileNames": ["vhdl_ls.toml"]
}
}
}
```
The `rootIndicationFileNames` property did the trick for me. Before it would not care to check the project-local `vhdl_ls.toml` file.
If you wonder why the heck anyone would do VHDL to themselves: Lucky you, you're beautiful.