nvim-neorocks / nurr

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

Be more lenient with semver tag filtering #1

Closed mrcjkb closed 7 months ago

mrcjkb commented 7 months ago

Some plugins don't use SemVer but their versions can be used with luarocks (e.g. gitsigns.nvim uses v0.x without a patch version).

Our tag filter currently doesn't allow for such versions.