feat: updated astronvim

This commit is contained in:
2025-10-10 09:35:50 +00:00
parent d73bcbaa9b
commit c0ae23a60d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
require("lazy").setup({
{
"AstroNvim/AstroNvim",
version = "5.3.4", -- Remove version tracking to elect for nightly AstroNvim
version = "5.3.12", -- 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