diff options
| author | TLW <58749948+TinyLittleWheatley@users.noreply.github.com> | 2024-03-20 11:23:05 +0330 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-20 08:53:05 +0100 |
| commit | 19b726f9ceb5c91199baf4255e67b1b7ce74204e (patch) | |
| tree | 765f37df80ea733812599239e6eace46af40f52d /lua | |
| parent | bot(lockfile): update asm, cmake, glimmer, php, php_only, typst, vimdoc, wing (diff) | |
| download | nvim-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.lua | 1 |
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, }, |
