added: latest nvim configuration

This commit is contained in:
2026-05-18 07:42:27 +02:00
parent 8cb6e57cc6
commit 76409072a4
16 changed files with 159 additions and 190 deletions

View File

@@ -1,7 +1,7 @@
require("lazy").setup({
{
"AstroNvim/AstroNvim",
version = "^4", -- 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