svls 0.1.0

SystemVerilog language server
svls-0.1.0 is not a library.

svls

SystemVerilog language server

Actions Status Snap Status

Crates.io svlint

Feature

Installation

Download binary

Download from release page, and extract to the directory in PATH.

snapcraft

You can install from snapcraft

sudo snap install svls

Cargo

You can install by cargo.

cargo install svls

Usage

Neovim with LanguageClient-neovim

let g:LanguageClient_serverCommands = {
    \ 'systemverilog': ['svls'],
    \ }