We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9433099 commit 4ebcd0dCopy full SHA for 4ebcd0d
lua/lazy/core/plugin.lua
@@ -375,9 +375,7 @@ function M.load()
375
-- load specs
376
Util.track("spec")
377
Config.spec = Spec.new()
378
- Config.spec:parse(
379
- { vim.deepcopy(Config.options.spec), { url = Config.options.git.url_format:format("folke/lazy.nvim") } }
380
- )
+ Config.spec:parse({ vim.deepcopy(Config.options.spec), { "folke/lazy.nvim" } })
381
382
-- override some lazy props
383
local lazy = Config.spec.plugins["lazy.nvim"]
0 commit comments