Skip to content

Commit

Permalink
perf(installer): Use --filter=blob:none when cloning luarocks
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Mar 8, 2024
1 parent 6c0403a commit 919541e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions installer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ local function set_up_luarocks(install_path)
local sc = vim.system({
"git",
"clone",
"--filter=blob:none",
"https://github.com/luarocks/luarocks.git",
tempdir,
}):wait()
Expand Down

0 comments on commit 919541e

Please sign in to comment.