Files
AstroConfig/lua/lazy_setup.lua
2025-03-28 09:57:01 +01:00

28 lines
720 B
Lua

require("lazy").setup({
{
"AstroNvim/AstroNvim",
version = "^5",
import = "astronvim.plugins",
},
{ import = "plugins" },
} --[[@as LazySpec]], {
install = { colorscheme = { "astrodark", "habamax" } },
performance = {
rtp = {
-- disable some rtp plugins, add more to your liking
disabled_plugins = {
"gzip",
"netrwPlugin",
"tarPlugin",
"tohtml",
"zipPlugin",
},
},
},
dev = {
path = "~/Workspace",
patterns = {},
fallback = true, -- Fallback to git when local plugin doesn't exist
},
}) --[[@as LazyConfig]]