aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/shell_command_selectors.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/lua/nvim-treesitter/shell_command_selectors.lua b/lua/nvim-treesitter/shell_command_selectors.lua
index da99068b1..6b76b3448 100644
--- a/lua/nvim-treesitter/shell_command_selectors.lua
+++ b/lua/nvim-treesitter/shell_command_selectors.lua
@@ -187,7 +187,6 @@ function M.select_download_commands(repo, project_name, cache_folder, revision)
opts = {
args = {
'clone',
- '-c', 'core.symlinks=true',
'--single-branch',
'--branch', repo.branch or 'master',
repo.url,
@@ -202,7 +201,6 @@ function M.select_download_commands(repo, project_name, cache_folder, revision)
err = 'Error while checking out revision',
opts = {
args = {
- '-c', 'core.symlinks=true',
'checkout', revision
},
cwd = git_folder