Skip to content

Commit

Permalink
refactor: add lazy.nvim with full url. Fixes #396
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jan 15, 2023
1 parent 7160ca4 commit 984008f
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 @@ -338,7 +338,7 @@ function M.load()
-- load specs
Util.track("spec")
Config.spec = Spec.new()
Config.spec:parse({ vim.deepcopy(Config.options.spec), "folke/lazy.nvim" })
Config.spec:parse({ vim.deepcopy(Config.options.spec), { url = "https://github.com/folke/lazy.nvim.git" } })

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

0 comments on commit 984008f

Please sign in to comment.