mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 01:40:02 -04:00
parent
cbc42914bf
commit
ac9f7a2d5a
1 changed files with 1 additions and 0 deletions
|
|
@ -142,6 +142,7 @@ function M.select_download_commands(repo, project_name, cache_folder, revision)
|
||||||
err = "Error during download, please verify your internet connection",
|
err = "Error during download, please verify your internet connection",
|
||||||
opts = {
|
opts = {
|
||||||
args = {
|
args = {
|
||||||
|
"--no-progress-meter",
|
||||||
"-L", -- follow redirects
|
"-L", -- follow redirects
|
||||||
is_github and url .. "/archive/" .. revision .. ".tar.gz"
|
is_github and url .. "/archive/" .. revision .. ".tar.gz"
|
||||||
or url .. "/-/archive/" .. revision .. "/" .. project_name .. "-" .. revision .. ".tar.gz",
|
or url .. "/-/archive/" .. revision .. "/" .. project_name .. "-" .. revision .. ".tar.gz",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue