mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
Lint: remove second argument for one-argument function
This commit is contained in:
parent
366e8b43bf
commit
26cb05f205
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue