Closed issue by Zapeth on void-packages repository https://github.com/void-linux/void-packages/issues/45828 Description: The `helix` package by default includes all its compiled treesitter grammars, which take up the majority of the package size (~110MB or 86% of the total size in the latest release, see also https://github.com/helix-editor/helix/issues/6187). While it is useful to have LSP support for all these languages out of the box, I think it should be up to the user to decide if its worth the extra space, especially since its likely to increase as more languages get added. So my suggestion would be to split the grammar *.so at `/usr/lib/helix/runtime/grammars` in an extra package `helix-grammars` that depends on `helix`.