The main offenders are busted and pulling tree-sitter-c
Busted has a github action, but it seems to pull in docker so testing is needed to see if its actually faster than just luarocks installing it. Also there don't seem to be standalone binaries of it to just fetch.
Additionally we could probably just use luarocks to install tree-sitter-c since neovim people have uploaded a bunch of parsers.
The main offenders are
bustedand pullingtree-sitter-cBusted has a github action, but it seems to pull in docker so testing is needed to see if its actually faster than just
luarocks installing it. Also there don't seem to be standalone binaries of it to just fetch.Additionally we could probably just use luarocks to install tree-sitter-c since neovim people have uploaded a bunch of parsers.