move lazy loading helpers inside of the dep folder

This commit is contained in:
2025-06-27 18:01:46 -04:00
parent 84ee8414f7
commit 92cf3634c9
3 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ function package:ensureadded(force)
self.lazied = true
for _, load_cond in pairs(self.lazy_load) do
-- configure the lazy loader for the user
local l = require('lazy.utils'):new()
local l = require('dep.lazy.utils'):new()
if l == true then
logger:log("lazy", "failed to get lazy utils")
return false