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

Remove nvim-treesitter plugin dependencies where possible #9

Closed mrcjkb closed 1 month ago

mrcjkb commented 5 months ago

Many plugins state in their readme that they depend on nvim-treesitter, when they actually only require a tree-sitter parser to be installed.

We should remove any nvim-treesitter dependencies in plugins.json, where plugins don't actually depend on nvim-treesitter.