aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CONFIG.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/CONFIG.md b/CONFIG.md
index 63cab069..5d0c0f5c 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -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
+ ```