diff options
| author | Akilesh Kannan <aklsh@tuta.io> | 2021-08-12 20:46:40 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-12 11:16:40 -0400 |
| commit | 39c5f5fb19973179490ab0d2c3c0a1f650e63566 (patch) | |
| tree | e81165f7d75bbfc728eda386cc4983bd921a9da9 /lua | |
| parent | [docgen] Update CONFIG.md (diff) | |
| download | nvim-lspconfig-39c5f5fb19973179490ab0d2c3c0a1f650e63566.tar nvim-lspconfig-39c5f5fb19973179490ab0d2c3c0a1f650e63566.tar.gz nvim-lspconfig-39c5f5fb19973179490ab0d2c3c0a1f650e63566.tar.bz2 nvim-lspconfig-39c5f5fb19973179490ab0d2c3c0a1f650e63566.tar.lz nvim-lspconfig-39c5f5fb19973179490ab0d2c3c0a1f650e63566.tar.xz nvim-lspconfig-39c5f5fb19973179490ab0d2c3c0a1f650e63566.tar.zst nvim-lspconfig-39c5f5fb19973179490ab0d2c3c0a1f650e63566.zip | |
docs(svls): add installation instructions (#1134)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/svls.lua | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/lua/lspconfig/svls.lua b/lua/lspconfig/svls.lua index da7e00c9..dfb420d8 100644 --- a/lua/lspconfig/svls.lua +++ b/lua/lspconfig/svls.lua @@ -11,8 +11,14 @@ configs[server_name] = { }, docs = { description = [[ - 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 + ``` ]], }, } |
