Remove deprecated config key hererrocks in lazy_init.lua and inrease
timeout to 300sec since toml++ and sol2 takes minutes to compile.
This commit is contained in:
parent
1e18e2d419
commit
beddd50e98
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ vim.opt.rtp:prepend(lazypath)
|
||||||
|
|
||||||
-- Initialize plugins, add a plugin by creating a new file in the plugins dir
|
-- Initialize plugins, add a plugin by creating a new file in the plugins dir
|
||||||
require("lazy").setup("plugs", {
|
require("lazy").setup("plugs", {
|
||||||
rocks = {
|
git = {
|
||||||
hererocks = true,
|
timeout = 300
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue