refactor!: Neovim 0.8.0+ only

Please pin to the `neovim-0.7.0` tag for compatibility
main
olimorris 2023-02-23 10:27:51 +00:00
parent 044e692f52
commit aa3fdbc8a5
2 changed files with 2 additions and 4 deletions

View File

@ -22,8 +22,6 @@ jobs:
url: https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.tar.gz url: https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.tar.gz
- os: ubuntu-20.04 - os: ubuntu-20.04
url: https://github.com/neovim/neovim/releases/download/v0.8.0/nvim-linux64.tar.gz url: https://github.com/neovim/neovim/releases/download/v0.8.0/nvim-linux64.tar.gz
- os: ubuntu-20.04
url: https://github.com/neovim/neovim/releases/download/v0.7.0/nvim-linux64.tar.gz
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
@ -61,7 +59,7 @@ jobs:
uses: kdheepak/panvimdoc@main uses: kdheepak/panvimdoc@main
with: with:
vimdoc: persisted.nvim vimdoc: persisted.nvim
version: "Neovim >= 0.7.0" version: "Neovim >= 0.8.0"
demojify: true demojify: true
treesitter: true treesitter: true
- name: Push changes - name: Push changes

View File

@ -26,7 +26,7 @@ Forked from <a href="https://github.com/folke/persistence.nvim">Persistence.nvim
## :zap: Requirements ## :zap: Requirements
- Neovim >= 0.7.0 - Neovim >= 0.8.0
## :package: Installation ## :package: Installation