nvim-neorocks / nurr

A repository for hosting auto-generated Neovim plugins and tree-sitter parsers for Luarocks.
MIT License
31 stars 5 forks source link

[tree-sitter] don't pin dev parsers #23

Open mrcjkb opened 2 months ago

mrcjkb commented 2 months ago

We currently pin dev parsers to specific revisions, which makes them redundant. Instead, we should have a separate template for dev parsers that just installs from the main git branch. This would likely also require splitting the dev and release parsers into separate workflows, where the dev update could be run less fequently.