Skip to content

Commit d2d67b5

Browse files
authored
fix(config): use url_format for the lazy plugin (#792)
Co-authored-by: Fraser Hanson <[email protected]>
1 parent 9ac1988 commit d2d67b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/lazy/core/plugin.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ function M.load()
375375
-- load specs
376376
Util.track("spec")
377377
Config.spec = Spec.new()
378-
Config.spec:parse({ vim.deepcopy(Config.options.spec), { url = "https://github.com/folke/lazy.nvim.git" } })
378+
Config.spec:parse({ vim.deepcopy(Config.options.spec), { "folke/lazy.nvim" } })
379379

380380
-- override some lazy props
381381
local lazy = Config.spec.plugins["lazy.nvim"]

0 commit comments

Comments
 (0)