mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
feat(install): add blob filter to git clone command (#6325)
This commit is contained in:
parent
5c1830262b
commit
19b726f9ce
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue