fix: extraLuaConfig renamed initLua
All checks were successful
Update Nix Packages with nix-update / nix-update (push) Successful in 2m21s

This commit is contained in:
m3tm3re
2026-02-04 20:01:54 +01:00
parent 0b08fb400e
commit 112db85fa1
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ in {
withPython3 = true;
# This is your init.lua content
extraLuaConfig = ''
initLua = ''
-- Bootstrap lazy.nvim
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
if not vim.loop.fs_stat(lazypath) then