Skip to content

Commit 5300ae0

Browse files
committed
fix(build): proper require for luarocks.nvim breaking changes
1 parent 9b9ad65 commit 5300ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.lua

Lines changed: 1 addition & 1 deletion
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 rest.nvim: required dependency `vhyrro/luarocks.nvim` not found!")
1313

0 commit comments

Comments
 (0)