v6.0.7: collate_grammars
collate_grammars setting (#64)
Add collate_grammars setting, default to true, as the default behavior before this feature was introduced was to do this. In fact, more accurately, this release gives you the ability to tell me to NOT collate them.
Collating them results in a significant startup time improvement. Groups all nvim-treesitter grammars into 1 dir on the packpath.
If this update gives you treesitter bugs, its because I stopped deleting all the queries to cover up underlying issues in nixpkgs.
Update your nvim's nixpkgs input, its fixed now thanks to @PerchunPak
If doing the update to the nixpkgs input gives you a build time bug due to a neorg grammar (if you dont know, use --show-trace and scroll up it will say a neorg grammar was the cause about 5-10 traces up the list), remove the neorg overlay until this goes through, or temporarily use my fork with the fix. nvim-neorg/nixpkgs-neorg-overlay#11