feat: astronvim 5.x

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2025-04-16 13:27:33 -03:00
parent 12fe34c45e
commit 4b056829fc
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
7 changed files with 152 additions and 51 deletions

View file

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