Skip to content

Commit

Permalink
fix(rockspec): dont lazy-load rock deps
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 26, 2024
1 parent d63e80b commit 4733611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazy/pkg/rockspec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4733611

Please sign in to comment.