Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into server_configurations…
Browse files Browse the repository at this point in the history
…_rename

* origin/main:
  fix: update required nvim version to >= 0.9.0 (williamboman#478)
  • Loading branch information
williamboman committed Oct 22, 2024
2 parents ed0d8e0 + b950110 commit 5218e2c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
2 changes: 1 addition & 1 deletion doc/mason-lspconfig.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 5218e2c

Please sign in to comment.