We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b9ad65 commit 5300ae0Copy full SHA for 5300ae0
build.lua
@@ -7,7 +7,7 @@
7
-- to defer the execution and ensure that the runtimepath is appropriately set.
8
9
vim.schedule(function()
10
- local ok, luarocks = pcall(require, "luarocks.rocks")
+ local ok, luarocks = pcall(require, "luarocks-nvim.rocks")
11
12
assert(ok, "Unable to install rest.nvim: required dependency `vhyrro/luarocks.nvim` not found!")
13
0 commit comments