aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorTLW <58749948+TinyLittleWheatley@users.noreply.github.com>2024-03-20 11:23:05 +0330
committerGitHub <noreply@github.com>2024-03-20 08:53:05 +0100
commit19b726f9ceb5c91199baf4255e67b1b7ce74204e (patch)
tree765f37df80ea733812599239e6eace46af40f52d /lua
parentbot(lockfile): update asm, cmake, glimmer, php, php_only, typst, vimdoc, wing (diff)
downloadnvim-treesitter-19b726f9ceb5c91199baf4255e67b1b7ce74204e.tar
nvim-treesitter-19b726f9ceb5c91199baf4255e67b1b7ce74204e.tar.gz
nvim-treesitter-19b726f9ceb5c91199baf4255e67b1b7ce74204e.tar.bz2
nvim-treesitter-19b726f9ceb5c91199baf4255e67b1b7ce74204e.tar.lz
nvim-treesitter-19b726f9ceb5c91199baf4255e67b1b7ce74204e.tar.xz
nvim-treesitter-19b726f9ceb5c91199baf4255e67b1b7ce74204e.tar.zst
nvim-treesitter-19b726f9ceb5c91199baf4255e67b1b7ce74204e.zip
feat(install): add blob filter to git clone command (#6325)
Diffstat (limited to 'lua')
-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,
},