---@brief------ https://github.com/dalance/svls------ Language server for verilog and SystemVerilog------ `svls` can be installed via `cargo`:--- ```sh--- cargo install svls--- ```---@type vim.lsp.Configreturn{
cmd = {'svls'},
filetypes = {'verilog','systemverilog'},
root_markers = {'.git'},}