aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-12-11 23:32:19 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-12-11 23:32:19 +0000
commit3a205932861749be3d4b99343c7d2e3456d64dab (patch)
tree2c87c6ac1d455e72175b41f53e9fcf1c6aab5ad6
parentdocs: omnisharp cmd #4230 (diff)
downloadnvim-lspconfig-3a205932861749be3d4b99343c7d2e3456d64dab.tar
nvim-lspconfig-3a205932861749be3d4b99343c7d2e3456d64dab.tar.gz
nvim-lspconfig-3a205932861749be3d4b99343c7d2e3456d64dab.tar.bz2
nvim-lspconfig-3a205932861749be3d4b99343c7d2e3456d64dab.tar.lz
nvim-lspconfig-3a205932861749be3d4b99343c7d2e3456d64dab.tar.xz
nvim-lspconfig-3a205932861749be3d4b99343c7d2e3456d64dab.tar.zst
nvim-lspconfig-3a205932861749be3d4b99343c7d2e3456d64dab.zip
docs: update configs.md
skip-checks: true
-rw-r--r--doc/configs.md4
-rw-r--r--doc/configs.txt4
2 files changed, 2 insertions, 6 deletions
diff --git a/doc/configs.md b/doc/configs.md
index adf2e822..ea105b3d 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -8174,8 +8174,6 @@ OmniSharp can also be built from source by following the instructions [here](htt
OmniSharp requires the [dotnet-sdk](https://dotnet.microsoft.com/download) to be installed.
-**By default, omnisharp-roslyn doesn't have a `cmd` set.** This is because nvim-lspconfig does not make assumptions about your path. You must add the following to your init.vim or init.lua to set `cmd` to the absolute path ($HOME and ~ are not expanded) of the unzipped run script or binary.
-
For `go_to_definition` to work fully, extended `textDocument/definition` handler is needed, for example see [omnisharp-extended-lsp.nvim](https://github.com/Hoffs/omnisharp-extended-lsp.nvim)
Snippet to enable the language server:
@@ -8204,7 +8202,7 @@ Default config:
```lua
{}
```
-- `root_dir`: [../lsp/omnisharp.lua:20](../lsp/omnisharp.lua#L20)
+- `root_dir`: [../lsp/omnisharp.lua:18](../lsp/omnisharp.lua#L18)
- `settings` :
```lua
{
diff --git a/doc/configs.txt b/doc/configs.txt
index 7bb50ca6..38d4e125 100644
--- a/doc/configs.txt
+++ b/doc/configs.txt
@@ -5993,8 +5993,6 @@ OmniSharp can also be built from source by following the instructions [here](htt
OmniSharp requires the [dotnet-sdk](https://dotnet.microsoft.com/download) to be installed.
-**By default, omnisharp-roslyn doesn't have a `cmd` set.** This is because nvim-lspconfig does not make assumptions about your path. You must add the following to your init.vim or init.lua to set `cmd` to the absolute path ($HOME and ~ are not expanded) of the unzipped run script or binary.
-
For `go_to_definition` to work fully, extended `textDocument/definition` handler is needed, for example see [omnisharp-extended-lsp.nvim](https://github.com/Hoffs/omnisharp-extended-lsp.nvim)
Snippet to enable the language server: >lua
@@ -6014,7 +6012,7 @@ Default config:
{ "cs", "vb" }
- init_options: >lua
{}
-- root_dir (use "gF" to view): ../lsp/omnisharp.lua:20
+- root_dir (use "gF" to view): ../lsp/omnisharp.lua:18
- settings: >lua
{
FormattingOptions = {