aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lua/nvim-treesitter/shell_command_selectors.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/shell_command_selectors.lua b/lua/nvim-treesitter/shell_command_selectors.lua
index 0479956f1..03425c117 100644
--- a/lua/nvim-treesitter/shell_command_selectors.lua
+++ b/lua/nvim-treesitter/shell_command_selectors.lua
@@ -297,6 +297,7 @@ function M.select_download_commands(repo, project_name, cache_folder, revision,
"clone",
repo.url,
project_name,
+ "--filter=blob:none",
},
cwd = cache_folder,
},