From 2b938e84aa173f20948862f102cc670b07e87042 Mon Sep 17 00:00:00 2001 From: john-okeefe Date: Thu, 11 Apr 2024 11:50:09 -0400 Subject: [PATCH] updated release number --- 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 dd528c0..3997162 100644 --- a/lua/lazy_setup.lua +++ b/lua/lazy_setup.lua @@ -1,7 +1,7 @@ require("lazy").setup({ { "AstroNvim/AstroNvim", - branch = "^v4", -- TODO: change `branch="v4"` to `version="^4"` on release + branch = "^4", -- TODO: change `branch="v4"` to `version="^4"` on release import = "astronvim.plugins", opts = { -- AstroNvim options must be set here with the `import` key mapleader = " ", -- This ensures the leader key must be configured before Lazy is set up