aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2024-10-22 19:36:39 +0200
committerGitHub <noreply@github.com>2024-10-22 19:36:39 +0200
commitb9501106148f434a7ce528bca65725b60ea3e5d3 (patch)
tree6aae0872d450a05e59f1504bc1dbed9cd0ee5be4
parentchore(main): release 1.31.0 (#460) (diff)
downloadmason-lspconfig-b9501106148f434a7ce528bca65725b60ea3e5d3.tar
mason-lspconfig-b9501106148f434a7ce528bca65725b60ea3e5d3.tar.gz
mason-lspconfig-b9501106148f434a7ce528bca65725b60ea3e5d3.tar.bz2
mason-lspconfig-b9501106148f434a7ce528bca65725b60ea3e5d3.tar.lz
mason-lspconfig-b9501106148f434a7ce528bca65725b60ea3e5d3.tar.xz
mason-lspconfig-b9501106148f434a7ce528bca65725b60ea3e5d3.tar.zst
mason-lspconfig-b9501106148f434a7ce528bca65725b60ea3e5d3.zip
fix: update required nvim version to >= 0.9.0 (#478)
nvim-lspconfig has a hard dependency on nvim >= 0.9.0. Note that mason-lspconfig itself does not, it still supports >= 0.7.0 by itself. Co-authored-by: Micah Halter <micah@mehalter.com>
-rw-r--r--.github/workflows/tests.yml7
-rw-r--r--README.md2
-rw-r--r--doc/mason-lspconfig.txt2
3 files changed, 3 insertions, 8 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 0e4e2fb..844868f 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -14,12 +14,6 @@ jobs:
fail-fast: false
matrix:
nvim_version:
- - v0.7.0
- - v0.7.2
- - v0.8.0
- - v0.8.1
- - v0.8.2
- - v0.8.3
- v0.9.0
- v0.9.1
- v0.9.2
@@ -27,6 +21,7 @@ jobs:
- v0.9.5
- v0.10.0
- v0.10.1
+ - v0.10.2
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
diff --git a/README.md b/README.md
index fa1bbb0..97af4d6 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,7 @@ table for a complete mapping.](./doc/server-mapping.md)**
> `:h mason-lspconfig-requirements`
-- neovim `>= 0.7.0`
+- neovim `>= 0.9.0`
- `mason.nvim`
- `lspconfig`
diff --git a/doc/mason-lspconfig.txt b/doc/mason-lspconfig.txt
index a20b876..e7392ac 100644
--- a/doc/mason-lspconfig.txt
+++ b/doc/mason-lspconfig.txt
@@ -1,6 +1,6 @@
*mason-lspconfig.nvim*
-Minimum version of neovim: 0.7.0
+Minimum version of neovim: 0.9.0
Author: William Boman
Type |gO| to see the table of contents.