From 30b87452819c92974b9a7904d8b437af783bb675 Mon Sep 17 00:00:00 2001 From: Krishna Ayyalasomayajula Date: Wed, 20 May 2026 12:54:33 -0500 Subject: [PATCH] chore: migrate AstroNvim constraint to v6 --- 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 4d9552f..8e1abfb 100644 --- a/lua/lazy_setup.lua +++ b/lua/lazy_setup.lua @@ -1,7 +1,7 @@ require("lazy").setup({ { "AstroNvim/AstroNvim", - version = "^5", -- Remove version tracking to elect for nightly AstroNvim + version = "^6", -- 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