diff options
| author | Lingsong Feng <36920701+lingsongfeng@users.noreply.github.com> | 2025-02-10 19:59:58 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-10 19:59:58 +0800 |
| commit | 4bef5fb4fb46c37be6c24cbd82dff4cbb572c2ce (patch) | |
| tree | ee1836971ce233a973a22c7c3215de01cb77a408 /lua | |
| parent | fix(nushell): avoid nil root_dir #3611 (diff) | |
| download | nvim-lspconfig-4bef5fb4fb46c37be6c24cbd82dff4cbb572c2ce.tar nvim-lspconfig-4bef5fb4fb46c37be6c24cbd82dff4cbb572c2ce.tar.gz nvim-lspconfig-4bef5fb4fb46c37be6c24cbd82dff4cbb572c2ce.tar.bz2 nvim-lspconfig-4bef5fb4fb46c37be6c24cbd82dff4cbb572c2ce.tar.lz nvim-lspconfig-4bef5fb4fb46c37be6c24cbd82dff4cbb572c2ce.tar.xz nvim-lspconfig-4bef5fb4fb46c37be6c24cbd82dff4cbb572c2ce.tar.zst nvim-lspconfig-4bef5fb4fb46c37be6c24cbd82dff4cbb572c2ce.zip | |
docs(veridian): heading levels for veridian fixed (#3613)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/configs/veridian.lua | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lua/lspconfig/configs/veridian.lua b/lua/lspconfig/configs/veridian.lua index 26c0585f..cf974f72 100644 --- a/lua/lspconfig/configs/veridian.lua +++ b/lua/lspconfig/configs/veridian.lua @@ -14,10 +14,15 @@ A SystemVerilog LanguageServer. Download the latest release for your OS from the releases page -# install with slang feature, if C++17 compiler is available +Install with slang feature, if C++17 compiler is available: +``` cargo install --git https://github.com/vivekmalneedi/veridian.git --all-features -# install if C++17 compiler is not available +``` + +Install if C++17 compiler is not available: +``` cargo install --git https://github.com/vivekmalneedi/veridian.git +``` ]], }, } |
