fix: extraLuaConfig renamed initLua
All checks were successful
Update Nix Packages with nix-update / nix-update (push) Successful in 2m21s
All checks were successful
Update Nix Packages with nix-update / nix-update (push) Successful in 2m21s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user