LazyVerilogA fast SystemVerilog LSP.
Written in C++, parsed by slang. For Neovim and VS Code.
Written in C++, parsed by slang. For Neovim and VS Code.

Both editors download the matching lazyverilog-lsp server on first use.
With lazy.nvim:
{
"lazyverilog/LazyVerilog",
submodules = false,
ft = { "systemverilog", "verilog" },
config = function()
require("lazyverilog").setup()
end,
}More in Install for Neovim.
Install from the Visual Studio Marketplace, then open a .sv file. More in Install for VS Code.
Add a lazyverilog.toml to your project. It points LazyVerilog at your filelist.