feat: sync install for ensure_installed

This commit is contained in:
Sirisak Lueangsaksri 2021-11-06 00:50:28 +07:00 committed by Stephan Seitz
parent 83efae51bf
commit aaf157a6a9
3 changed files with 8 additions and 1 deletions

View file

@ -521,6 +521,7 @@ function M.write_lockfile(verbose, skip_langs)
end
M.ensure_installed = install { exclude_configured_parsers = true }
M.ensure_sync_installed = install { with_sync = true, exclude_configured_parsers = true }
M.commands = {
TSInstall = {