mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-28 13:58:27 +02:00
feat: add lir.nvim again (#3038)
This commit is contained in:
parent
68fdbaa51d
commit
a331ef711b
7 changed files with 161 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue