From 26cb05f2056834cff80f236370cd79d4fc503007 Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Sun, 12 Jul 2020 17:31:34 +0200 Subject: Lint: remove second argument for one-argument function --- lua/nvim-treesitter/install.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') 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 -- cgit v1.2.3-70-g09d2