diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-02-10 12:00:17 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-02-10 12:00:17 +0000 |
| commit | 6c17f8656f667727b27f5f598463afedb7791b18 (patch) | |
| tree | bd2468f2402bc731aee6dd447f4d8ae6b2a2c06c /doc | |
| parent | docs(veridian): heading levels for veridian fixed (#3613) (diff) | |
| download | nvim-lspconfig-6c17f8656f667727b27f5f598463afedb7791b18.tar nvim-lspconfig-6c17f8656f667727b27f5f598463afedb7791b18.tar.gz nvim-lspconfig-6c17f8656f667727b27f5f598463afedb7791b18.tar.bz2 nvim-lspconfig-6c17f8656f667727b27f5f598463afedb7791b18.tar.lz nvim-lspconfig-6c17f8656f667727b27f5f598463afedb7791b18.tar.xz nvim-lspconfig-6c17f8656f667727b27f5f598463afedb7791b18.tar.zst nvim-lspconfig-6c17f8656f667727b27f5f598463afedb7791b18.zip | |
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/configs.md | 9 | ||||
| -rw-r--r-- | doc/configs.txt | 9 |
2 files changed, 14 insertions, 4 deletions
diff --git a/doc/configs.md b/doc/configs.md index d07375e4..10de4e0c 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -11721,10 +11721,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 +``` Snippet to enable the language server: ```lua diff --git a/doc/configs.txt b/doc/configs.txt index d07375e4..10de4e0c 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -11721,10 +11721,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 +``` Snippet to enable the language server: ```lua |
