From ceb333da2ef2a3a84d1a19ba96a027424e762eb7 Mon Sep 17 00:00:00 2001 From: niverton Date: Wed, 5 Jun 2024 10:51:17 +0200 Subject: [PATCH] feat(astro): stay on release V4 --- lua/lazy_setup.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazy_setup.lua b/lua/lazy_setup.lua index 8d6e7cb..4aaeba5 100644 --- a/lua/lazy_setup.lua +++ b/lua/lazy_setup.lua @@ -2,7 +2,7 @@ require("lazy").setup({ spec = { { "AstroNvim/AstroNvim", - -- version = "^4", + version = "^4", import = "astronvim.plugins", }, { import = "plugins" },