diff options
| author | William Boman <william@redwill.se> | 2023-10-11 15:23:52 +0200 |
|---|---|---|
| committer | William Boman <william@redwill.se> | 2025-02-16 09:49:17 +0100 |
| commit | 853fccd32a4077b8272fd7dd379b80559e897d19 (patch) | |
| tree | 722df2547d1281552b369458b619f4753c2c7564 /doc | |
| parent | fix(installer): schedule back to main loop before executing installer functio... (diff) | |
| download | mason-853fccd32a4077b8272fd7dd379b80559e897d19.tar mason-853fccd32a4077b8272fd7dd379b80559e897d19.tar.gz mason-853fccd32a4077b8272fd7dd379b80559e897d19.tar.bz2 mason-853fccd32a4077b8272fd7dd379b80559e897d19.tar.lz mason-853fccd32a4077b8272fd7dd379b80559e897d19.tar.xz mason-853fccd32a4077b8272fd7dd379b80559e897d19.tar.zst mason-853fccd32a4077b8272fd7dd379b80559e897d19.zip | |
feat!: upgrade minimum required neovim version to 0.9.0 (#1517)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/mason.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/mason.txt b/doc/mason.txt index d883dec9..574a8f92 100644 --- a/doc/mason.txt +++ b/doc/mason.txt @@ -1,6 +1,6 @@ *mason.nvim* -Minimum version of neovim: 0.7.0 +Minimum version of neovim: 0.9.0 Author: William Boman *mason-help-guide* @@ -53,7 +53,7 @@ REQUIREMENTS *mason-requirements* utilities (for example, `wget`, `curl`, and `Invoke-WebRequest` are all perfect substitutes). The _minimum_ recommended requirements are: -- neovim `>= 0.7.0` +- neovim `>= 0.9.0` - For Unix systems: `git(1)`, `curl(1)` or `wget(1)`, `unzip(1)`, `tar(1)`, `gzip(1)` - For Windows systems: pwsh or powershell, git, tar, and 7zip or peazip or |
