Skip to content

Commit

Permalink
fix(config): use url_format for the lazy plugin (#792)
Browse files Browse the repository at this point in the history
Co-authored-by: Fraser Hanson <fraser.hanson@netapp.com>
  • Loading branch information
gongfarmer and gongfarmer committed May 10, 2023
1 parent 9ac1988 commit d2d67b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazy/core/plugin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ function M.load()
-- load specs
Util.track("spec")
Config.spec = Spec.new()
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" } })

-- override some lazy props
local lazy = Config.spec.plugins["lazy.nvim"]
Expand Down

0 comments on commit d2d67b5

Please sign in to comment.