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