From a42316e692c8e4c62500c3c4cf62b709813ff197 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 5 Sep 2025 22:12:35 +0000 Subject: [PATCH] feat: udpated astronvim --- 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 d54474c..a0bd94c 100644 --- a/lua/lazy_setup.lua +++ b/lua/lazy_setup.lua @@ -1,7 +1,7 @@ require("lazy").setup({ { "AstroNvim/AstroNvim", - version = "5.3.4", -- Remove version tracking to elect for nightly AstroNvim + version = "5.3.10", -- Remove version tracking to elect for nightly AstroNvim 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