migrate/astronvim-v6-nvim-0.12 #1

Merged
marsultor merged 6 commits from migrate/astronvim-v6-nvim-0.12 into main 2026-05-20 13:16:01 -05:00
Showing only changes of commit 30b8745281 - Show all commits
+1 -1
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