mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 21:06:46 +00:00
refactor: add lazy.nvim with full url. Fixes #396
This commit is contained in:
parent
7160ca419e
commit
984008f7ae
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue