Skip to content

Commit

Permalink
Merge pull request #674 from ckipp01/readmeUpdates
Browse files Browse the repository at this point in the history
docs: update readme to mention requiring 0.10.x
  • Loading branch information
ckipp01 authored May 24, 2024
2 parents c626855 + e0cd91a commit 0ee2dc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
strategy:
fail-fast: false
matrix:
neovim_version: ['v0.9.5', 'nightly']
neovim_version: ['v0.10.0', 'nightly']

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ the available features
## Prerequisites

- Before you get started you need to ensure that you are using the latest nvim
v.0.9.x or newer. If you're still on v0.8.x then you'll want to target the
`v0.8.x` tag.
v.0.10.x or newer. If you're still on v0.9.x then you'll want to target the
`v0.9.x` tag.
- Ensure [Coursier](https://get-coursier.io/docs/cli-installation) is
installed locally.[^coursier]
- Ensure that you have all the LSP mappings for the core functionality you want
Expand Down

0 comments on commit 0ee2dc9

Please sign in to comment.