Skip to content

Commit c2ba335

Browse files
committed
fix: update module name to reflect breaking changes within luarocks.nvim
1 parent c7ec274 commit c2ba335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
-- to defer the execution and ensure that the runtimepath is appropriately set.
88

99
vim.schedule(function()
10-
local ok, luarocks = pcall(require, "luarocks.rocks")
10+
local ok, luarocks = pcall(require, "luarocks-nvim.rocks")
1111

1212
assert(ok, "Unable to install neorg: required dependency `vhyrro/luarocks.nvim` not found!")
1313

0 commit comments

Comments
 (0)