mirror of https://github.com/folke/lazy.nvim.git
refactor: add lazy.nvim with full url. Fixes #396
This commit is contained in:
parent
7160ca419e
commit
984008f7ae
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue