diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-04-18 06:07:27 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-04-18 06:07:27 +0000 |
| commit | 8c26b04f04779f5af423e07cb611b098628c33e0 (patch) | |
| tree | d912d61cd497c56a55d691275342cdf25a019783 | |
| parent | docs: update vim.lsp.config anchor links (#3743) (diff) | |
| download | nvim-lspconfig-8c26b04f04779f5af423e07cb611b098628c33e0.tar nvim-lspconfig-8c26b04f04779f5af423e07cb611b098628c33e0.tar.gz nvim-lspconfig-8c26b04f04779f5af423e07cb611b098628c33e0.tar.bz2 nvim-lspconfig-8c26b04f04779f5af423e07cb611b098628c33e0.tar.lz nvim-lspconfig-8c26b04f04779f5af423e07cb611b098628c33e0.tar.xz nvim-lspconfig-8c26b04f04779f5af423e07cb611b098628c33e0.tar.zst nvim-lspconfig-8c26b04f04779f5af423e07cb611b098628c33e0.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 d9744546..63b1e451 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -7137,7 +7137,7 @@ Default config: ``` - `cmd` : ```lua - { "OmniSharp", "-z", "--hostPID", "1853", "DotNet:enablePackageRestore=false", "--encoding", "utf-8", "--languageserver" } + { "OmniSharp", "-z", "--hostPID", "1882", "DotNet:enablePackageRestore=false", "--encoding", "utf-8", "--languageserver" } ``` - `filetypes` : ```lua diff --git a/doc/configs.txt b/doc/configs.txt index c3e79afe..9ce35d56 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -6616,7 +6616,7 @@ Default config: ``` - `cmd` : ```lua - { "OmniSharp", "-z", "--hostPID", "1853", "DotNet:enablePackageRestore=false", "--encoding", "utf-8", "--languageserver" } + { "OmniSharp", "-z", "--hostPID", "1882", "DotNet:enablePackageRestore=false", "--encoding", "utf-8", "--languageserver" } ``` - `filetypes` : ```lua |
