feat: add lir.nvim again (#3038)

This commit is contained in:
Christian Chiarulli 2022-09-19 11:44:04 -04:00 committed by GitHub
parent 68fdbaa51d
commit a331ef711b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 161 additions and 3 deletions

View file

@ -20,7 +20,7 @@ function plugin_loader.init(opts)
package_root = opts.package_root or join_paths(vim.fn.stdpath "data", "site", "pack"),
compile_path = compile_path,
snapshot_path = snapshot_path,
max_jobs = 40,
max_jobs = 100,
log = { level = "warn" },
git = {
clone_timeout = 300,