mirror of https://github.com/folke/lazy.nvim.git
fix(rockspec): dont lazy-load rock deps
This commit is contained in:
parent
d63e80bae9
commit
473361139c
|
@ -257,7 +257,7 @@ function M.get(plugin)
|
||||||
return false
|
return false
|
||||||
elseif url then
|
elseif url then
|
||||||
-- Neovim plugin rock
|
-- Neovim plugin rock
|
||||||
table.insert(specs, { url, lazy = true })
|
table.insert(specs, { url })
|
||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
return not vim.tbl_contains(M.skip, name)
|
return not vim.tbl_contains(M.skip, name)
|
||||||
|
|
Loading…
Reference in New Issue