Skip to content

Commit 7783c5e

Browse files
clasonlewis6991
authored andcommitted
fix(helper): show install summary
1 parent 2834895 commit 7783c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ function M.install_langs(langs)
44
if type(langs) == 'string' then
55
langs = { langs }
66
end
7-
require('nvim-treesitter').install(langs):wait()
7+
require('nvim-treesitter').install(langs, { summary = true, max_jobs = 10 }):wait()
88
-- Dirty hack to clear ext_messages
99
vim.cmd.normal(':<esc>')
1010
end

0 commit comments

Comments
 (0)