neovim: Stop following neovim nightly

This commit is contained in:
traxys 2024-05-20 21:13:38 +02:00 committed by traxys
parent 638950180d
commit 1bed28a1d4
8 changed files with 57 additions and 4458 deletions

View file

@ -27,10 +27,3 @@ jobs:
with:
labels: automerge
number: ${{ steps.update.outputs.pull-request-number }}
- name: Update nvim-treesitter
run: |
git checkout update_flake_lock_action
nix run .\#update-nvim-treesitter -- neovim/nvim-treesitter
git add neovim/nvim-treesitter
git commit -m "neovim: Update nvim-treesitter parsers"
git push