refactor!: Neovim 0.8.0+ only
Please pin to the `neovim-0.7.0` tag for compatibilitymain
parent
044e692f52
commit
aa3fdbc8a5
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue