@@ -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 ~
441441Supported Vim Versions ~
442442
443443Our 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
446445Vim 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*
642641Linux 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-------------------------------------------------------------------------------
647646Quick start, installing all completers ~
@@ -1318,7 +1317,7 @@ On supported architectures, the 'install.py' script will download a suitable
13181317clangd ('--clangd-completer') or libclang ('--clang-completer') for you.
13191318Supported 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