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
|
||||
elseif url then
|
||||
-- Neovim plugin rock
|
||||
table.insert(specs, { url, lazy = true })
|
||||
table.insert(specs, { url })
|
||||
return false
|
||||
end
|
||||
return not vim.tbl_contains(M.skip, name)
|
||||
|
|
Loading…
Reference in New Issue