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
Diagnostic requires .svlint.toml
at the root of repository.
Please see svlint#configuration for the detailed information.
Please install svls-vscode extension from marketplace.
``` let g:LanguageClient_serverCommands = { \ 'systemverilog': ['svls'], \ }
```