chore: migrate AstroNvim constraint to v6

This commit is contained in:
Krishna Ayyalasomayajula
2026-05-20 12:54:33 -05:00
parent 66ad34192d
commit 30b8745281
+1 -1
View File
@@ -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