SystemVerilog language server
Download from release page, and extract to the directory in PATH.
You can install from snapcraft
sudo snap install svls
You can install by cargo.
cargo install svls
``` let g:LanguageClient_serverCommands = { \ 'systemverilog': ['svls'], \ }
```