-
Couldn't load subscription status.
- Fork 102
Description
Did you check existing requests?
- I have searched the existing issues
Describe the feature
Revert a39c9a7: "feat: remove org support since nvim-treesitter dropped support"
Provide background
While nvim-treesitter dropped the org parser some time ago due it being unmaintained, the popular orgmode plugin maintains a fork of the parser and installs it directly (not via the normal TSInstall mechanism).
The previous org queries still function as intended, and the plugin does not break if the tree-sitter grammar is not available when the orgmode plugin is not installed. Besides, since nvim does not ship with a ft for org out-of-the-box, I would assume that most users of org files in nvim will have the orgmode plugin installed.
Would it be possible to revert the removal, and possibly add a note to the documentation that this parsers is provided by a plugin? Or is there a reason that it was dropped?
Cheers!
What is the significance of this feature?
nice to have
Additional details
No response