feat: Upgrade to AstroNvim v6

This commit is contained in:
2026-07-15 20:36:54 +02:00
parent 5210270194
commit 6e02959440
9 changed files with 108 additions and 104 deletions
+8 -8
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
@@ -20,13 +20,13 @@ require("lazy").setup({
performance = {
rtp = {
-- disable some rtp plugins, add more to your liking
-- disabled_plugins = {
-- "gzip",
-- "netrwPlugin",
-- "tarPlugin",
-- "tohtml",
-- "zipPlugin",
-- },
disabled_plugins = {
-- "gzip",
-- "netrwPlugin",
-- "tarPlugin",
-- "zipPlugin",
"tohtml",
},
},
},
} --[[@as LazyConfig]])