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:
Martin Larsson 2024-10-20 03:41:03 +02:00
parent 1e18e2d419
commit beddd50e98

View file

@ -13,7 +13,7 @@ vim.opt.rtp:prepend(lazypath)
-- Initialize plugins, add a plugin by creating a new file in the plugins dir
require("lazy").setup("plugs", {
rocks = {
hererocks = true,
git = {
timeout = 300
}
})