mirror of https://github.com/folke/lazy.nvim.git
fix: deepcopy lazyspec before processing
This commit is contained in:
parent
ec0f8d0947
commit
6e32759c5d
|
@ -228,7 +228,7 @@ function M.spec()
|
||||||
Util.lsmod(path_plugins, _load)
|
Util.lsmod(path_plugins, _load)
|
||||||
else
|
else
|
||||||
-- spec is a spec
|
-- spec is a spec
|
||||||
spec:normalize(Config.spec)
|
spec:normalize(vim.deepcopy(Config.spec))
|
||||||
end
|
end
|
||||||
return spec
|
return spec
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue