From 92c9b016d16473dabd2bf3760196cf2d928edacc Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Fri, 6 Feb 2026 12:11:57 +0100 Subject: fix(install): retry on server error --- lua/nvim-treesitter/install.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lua') diff --git a/lua/nvim-treesitter/install.lua b/lua/nvim-treesitter/install.lua index 81fad11d2..c19a000e5 100644 --- a/lua/nvim-treesitter/install.lua +++ b/lua/nvim-treesitter/install.lua @@ -214,6 +214,8 @@ local function do_download(logger, url, project_name, cache_dir, revision, outpu '--silent', '--fail', '--show-error', + '--retry', + '3', '-L', -- follow redirects target, '--output', -- cgit v1.2.3-70-g09d2