aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lua/nvim-treesitter/install.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/install.lua b/lua/nvim-treesitter/install.lua
index f2972005c..4a957864e 100644
--- a/lua/nvim-treesitter/install.lua
+++ b/lua/nvim-treesitter/install.lua
@@ -112,7 +112,7 @@ local function run_install(cache_folder, package_path, lang, repo, with_sync)
}
if with_sync then
- if iter_cmd_sync(command_list, lang) == true then
+ if iter_cmd_sync(command_list) == true then
print('Treesitter parser for '..lang..' has been installed')
end
else