mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
9 lines
170 B
Lua
9 lines
170 B
Lua
-- SystemVerilog
|
|
--[[ Installation
|
|
cargo install svls
|
|
--]]
|
|
return {
|
|
cmd = { "svls" },
|
|
filetypes = { "systemverilog", "verilog" },
|
|
root_markers = { ".svls.toml" }
|
|
}
|