mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-03 06:36:34 +00:00
fix(rockspec): dont lazy-load rock deps
This commit is contained in:
parent
d63e80bae9
commit
473361139c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue