From 247c7c93d657f4713121249d8b59503fc9212965 Mon Sep 17 00:00:00 2001 From: Thomas Vigouroux Date: Mon, 23 Aug 2021 09:20:46 +0200 Subject: fix(dowload): don't display curl progress Fixes #1731 --- lua/nvim-treesitter/shell_command_selectors.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/nvim-treesitter/shell_command_selectors.lua b/lua/nvim-treesitter/shell_command_selectors.lua index 83a07792f..83b2dacff 100644 --- a/lua/nvim-treesitter/shell_command_selectors.lua +++ b/lua/nvim-treesitter/shell_command_selectors.lua @@ -142,6 +142,7 @@ function M.select_download_commands(repo, project_name, cache_folder, revision) err = "Error during download, please verify your internet connection", opts = { args = { + "--no-progress-meter", "-L", -- follow redirects is_github and url .. "/archive/" .. revision .. ".tar.gz" or url .. "/-/archive/" .. revision .. "/" .. project_name .. "-" .. revision .. ".tar.gz", -- cgit v1.2.3-70-g09d2