aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-vendor/zzlib/inflate-bit32.lua
Commit message (Collapse)AuthorAgeFilesLines
* feat: vendor zzlib for unzip (#1174)William Boman2023-04-031-0/+285
Download data of the registry suggest that ~10-18% struggle to unpack the registry archive, with the drop-off occurring in the `unzip` step. Being able to unpack the registry is a very crucial component of mason.nvim, which warrants vendoring [zzlib](https://github.com/zerkman/zzlib) to allow unpacking it entirely in Lua.