diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd75bf3..f8622f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/README.md b/README.md index efca98f..932c71f 100644 --- a/README.md +++ b/README.md @@ -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