1-based indexing rewrite
Some checks failed
NeoVim tests / plenary-tests (0.11.0) (push) Failing after 8s
NeoVim tests / plenary-tests (0.10.1) (push) Failing after 10s
NeoVim tests / plenary-tests (0.9.5) (push) Failing after 10s

This commit is contained in:
2025-04-11 13:20:46 -06:00
parent d9bb01be8b
commit f8883ecd4f
23 changed files with 449 additions and 572 deletions

View File

@@ -6,10 +6,13 @@ jobs:
runs-on: ubuntu-latest
env:
XDG_CONFIG_HOME: ${{ github.workspace }}/.config/
strategy:
matrix:
neovim-version: [0.9.5, 0.10.1, 0.11.0]
steps:
- uses: actions/checkout@v4
- uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: v0.10.1
version: v${{ matrix.neovim-version }}
- run: make test