Update Astronvim to v6

This commit is contained in:
Tobias Reisinger 2026-08-27 18:45:36 +02:00
commit a98f79880e
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
13 changed files with 139 additions and 134 deletions

View file

@ -1,7 +1,7 @@
require("lazy").setup({
{
"AstroNvim/AstroNvim",
version = "^4", -- Remove version tracking to elect for nighly 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