feat: update AstroNvim version to v6

This commit is contained in:
Micah Halter 2026-02-19 14:27:23 -05:00 committed by Tim Gröger
parent 4f2ccf598d
commit 7f3ca5e0dc
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
require("lazy").setup({ require("lazy").setup({
{ {
"AstroNvim/AstroNvim", "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", import = "astronvim.plugins",
opts = { -- AstroNvim options must be set here with the `import` key 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 mapleader = " ", -- This ensures the leader key must be configured before Lazy is set up