feat: updated to astronvim 5 version

This commit is contained in:
root
2025-07-02 17:35:58 +00:00
parent fb307f1713
commit 4deec5b313
12 changed files with 123 additions and 132 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
require("lazy").setup({
{
"AstroNvim/AstroNvim",
version = "^4", -- Remove version tracking to elect for nighly AstroNvim
version = "5.3.4", -- 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