lukas-reineke / headlines.nvim

This plugin adds horizontal highlights for text filetypes, like markdown, orgmode, and neorg.
MIT License
688 stars 28 forks source link

docs(readme): remove nvim-treesitter dependency #88

Closed mrcjkb closed 2 months ago

mrcjkb commented 2 months ago

The packer and lazy snippets are misleading, because this plugin only needs tree-sitter parsers, but doesn't actually depend on nvim-treesitter (there are various ways to install tree-sitter parsers).

lukas-reineke commented 2 months ago

While true, 99% of users will install the parsers with nvim-treesitter. And if I remove the explicit dependency, I'll get a new issue every week asking why it's not working.
I'll keep it like it is.

mrcjkb commented 2 months ago

How about a footnote explaining that nvim-treesitter is only needed if you use it to install parsers?