Skip to content

Commit 79e0a87

Browse files
committed
fix!: No longer support NeoVim 0.8 as nvim-treesitter no longer supports it
1 parent d0fd9f4 commit 79e0a87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
neovim_branch: ["v0.8.3", "v0.9.5", "v0.10.0", "nightly"]
33+
neovim_branch: ["v0.9.5", "v0.10.0", "nightly"]
3434

3535
steps:
3636
- uses: actions/checkout@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ other settings that would be useful to alter under these different modes.
3838

3939
## Installation
4040

41-
**Requires NeoVim 0.8+.**
41+
**Requires NeoVim 0.9+.**
4242

4343
`wrapping.nvim` is a standard NeoVim plugin and can be installed using any
4444
standard package manager.

0 commit comments

Comments
 (0)