diff options
| -rw-r--r-- | CONFIG.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -6399,8 +6399,14 @@ require'lspconfig'.svelte.setup{} ## svls - https://github.com/dalance/svls - Language server for verilog and SystemVerilog +https://github.com/dalance/svls + +Language server for verilog and SystemVerilog + +`svls` can be installed via `cargo`: + ```sh + cargo install svls + ``` |
