move lazy loading helpers inside of the dep folder
This commit is contained in:
parent
84ee8414f7
commit
92cf3634c9
3 changed files with 1 additions and 1 deletions
|
|
@ -299,7 +299,7 @@ function package:ensureadded(force)
|
||||||
self.lazied = true
|
self.lazied = true
|
||||||
for _, load_cond in pairs(self.lazy_load) do
|
for _, load_cond in pairs(self.lazy_load) do
|
||||||
-- configure the lazy loader for the user
|
-- configure the lazy loader for the user
|
||||||
local l = require('lazy.utils'):new()
|
local l = require('dep.lazy.utils'):new()
|
||||||
if l == true then
|
if l == true then
|
||||||
logger:log("lazy", "failed to get lazy utils")
|
logger:log("lazy", "failed to get lazy utils")
|
||||||
return false
|
return false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue