Skip to content

Commit 80728a1

Browse files
authored
Merge pull request #4262 from VimspectorUpdateBot/auto/update-vim-docs
[Auto] Update vim docs
2 parents e177cb4 + 4654e1b commit 80728a1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

doc/youcompleteme.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -430,9 +430,9 @@ Requirements ~
430430
===============================================================================
431431
| _Runtime_ | _Min Version_ | _Recommended Version (full support)_ | _Python_ |
432432
===============================================================================
433-
| Vim | 8.2.3995 | 9.0.214 | 3.8 |
433+
| Vim | 9.1.0016 | 9.1.0016 | 3.8 |
434434
-------------------------------------------------------------------------------
435-
| Neovim | 0.5 | Vim 9.0.214 | 3.8 |
435+
| Neovim | 0.5 | Vim 9.1.0016 | 3.8 |
436436
-------------------------------------------------------------------------------
437437

438438

@@ -441,7 +441,6 @@ Requirements ~
441441
Supported Vim Versions ~
442442

443443
Our policy is to support the Vim version that's in the latest LTS of Ubuntu.
444-
That's currently Ubuntu 22.04 which contains 'vim-nox' at 'v8.2.3995'.
445444

446445
Vim must have a working Python 3 runtime.
447446

@@ -641,7 +640,7 @@ that are conservatively turned off by default that you may want to turn on.
641640
*youcompleteme-linux-64-bit*
642641
Linux 64-bit ~
643642

644-
The following assume you're using Ubuntu 22.04.
643+
The following assume you're using Ubuntu 24.04.
645644

646645
-------------------------------------------------------------------------------
647646
Quick start, installing all completers ~
@@ -1318,7 +1317,7 @@ On supported architectures, the 'install.py' script will download a suitable
13181317
clangd ('--clangd-completer') or libclang ('--clang-completer') for you.
13191318
Supported architectures are:
13201319

1321-
- Linux glibc >= 2.31 (Intel, armv7-a, aarch64) - built on ubuntu 22.04
1320+
- Linux glibc >= 2.39 (Intel, armv7-a, aarch64) - built on ubuntu 24.04
13221321
- MacOS >=10.15 (Intel, arm64)
13231322
- For Intel, compatibility per clang.llvm.org downloads
13241323
- For arm64, macOS 10.15+
@@ -1858,10 +1857,10 @@ be:
18581857
\ 'filetypes': [ 'yaml' ]
18591858
\ },
18601859
\ {
1861-
\ 'name': 'rust',
1862-
\ 'cmdline': [ 'ra_lsp_server' ],
1863-
\ 'filetypes': [ 'rust' ],
1864-
\ 'project_root_files': [ 'Cargo.toml' ]
1860+
\ 'name': 'csharp',
1861+
\ 'cmdline': [ 'OmniSharp', '-lsp' ],
1862+
\ 'filetypes': [ 'csharp' ],
1863+
\ 'project_root_files': [ '*.csproj', '*.sln' ]
18651864
\ },
18661865
\ {
18671866
\ 'name': 'godot',
@@ -1881,7 +1880,8 @@ Each dictionary contains the following keys:
18811880
should be used for.
18821881

18831882
- 'project_root_files' (list of string, optional): List of filenames to
1884-
search for when trying to determine the project's root.
1883+
search for when trying to determine the project's root. Uses python's
1884+
pathlib for glob matching.
18851885

18861886
- 'cmdline' (list of strings, optional): If supplied, the server is started
18871887
with this command line (each list element is a command line word).

0 commit comments

Comments
 (0)