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)
|
||||
else
|
||||
-- spec is a spec
|
||||
spec:normalize(Config.spec)
|
||||
spec:normalize(vim.deepcopy(Config.spec))
|
||||
end
|
||||
return spec
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue