nvim-neorocks / nurr

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

tree-sitter parser dependencies #7

Closed mrcjkb closed 1 month ago

mrcjkb commented 5 months ago

Some tree-sitter parsers depend on others, or queries. This is specified in the "requires" field of the json.

Before we can do this, we need to successfully package all potential dependencies.

mrcjkb commented 5 months ago

~Not sure if dependencies is the way to go, as queries aren't automatically added to the rtp by rocks.nvim. Maybe this is something that should be handled by rocks-treesitter.nvim.~

Update: They are automatically added now.

mrcjkb commented 1 month ago

https://github.com/nvim-neorocks/nurr/commit/e8039a779ad5ebfd186399aa4e93057ef2a6c507