From 4d9466677a5ceadef104eaa0fe08d60d91c4e9a7 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sat, 14 Feb 2026 13:11:26 +0100 Subject: fix(install): raise number of retries Seven retries ought to be enough for anybody. --- lua/nvim-treesitter/install.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/nvim-treesitter/install.lua b/lua/nvim-treesitter/install.lua index c19a000e5..30e2d2ce7 100644 --- a/lua/nvim-treesitter/install.lua +++ b/lua/nvim-treesitter/install.lua @@ -215,7 +215,7 @@ local function do_download(logger, url, project_name, cache_dir, revision, outpu '--fail', '--show-error', '--retry', - '3', + '7', '-L', -- follow redirects target, '--output', -- cgit v1.2.3-70-g09d2