diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-07-19 15:36:24 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-07-19 15:36:24 +0000 |
| commit | 75715181c276d82355868f7e7bbadd48656097fd (patch) | |
| tree | d6bc30c6d024b6a77cfabe67d693ffe7d07d8d09 | |
| parent | fix(roslyn_ls): replace deprecated function call #3963 (diff) | |
| download | nvim-lspconfig-75715181c276d82355868f7e7bbadd48656097fd.tar nvim-lspconfig-75715181c276d82355868f7e7bbadd48656097fd.tar.gz nvim-lspconfig-75715181c276d82355868f7e7bbadd48656097fd.tar.bz2 nvim-lspconfig-75715181c276d82355868f7e7bbadd48656097fd.tar.lz nvim-lspconfig-75715181c276d82355868f7e7bbadd48656097fd.tar.xz nvim-lspconfig-75715181c276d82355868f7e7bbadd48656097fd.tar.zst nvim-lspconfig-75715181c276d82355868f7e7bbadd48656097fd.zip | |
docs: update configs.md
skip-checks: true
| -rw-r--r-- | doc/configs.md | 2 | ||||
| -rw-r--r-- | doc/configs.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/configs.md b/doc/configs.md index 6d5c0c52..3934803e 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -9562,7 +9562,7 @@ Default config: ```lua { <function 1> } ``` -- `root_dir`: [../lsp/roslyn_ls.lua:92](../lsp/roslyn_ls.lua#L92) +- `root_dir`: [../lsp/roslyn_ls.lua:95](../lsp/roslyn_ls.lua#L95) - `settings` : ```lua { diff --git a/doc/configs.txt b/doc/configs.txt index ba781ca3..88072499 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -7027,7 +7027,7 @@ Default config: "utf-8" - on_init: >lua { <function 1> } -- root_dir (use "gF" to view): ../lsp/roslyn_ls.lua:92 +- root_dir (use "gF" to view): ../lsp/roslyn_ls.lua:95 - settings: >lua { ["csharp|background_analysis"] = { |
