Skip to content

Commit 4ebcd0d

Browse files
committed
create lazy/nvim plugin specification using regular spec format
1 parent 9433099 commit 4ebcd0d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lua/lazy/core/plugin.lua

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

382380
-- override some lazy props
383381
local lazy = Config.spec.plugins["lazy.nvim"]

0 commit comments

Comments
 (0)