We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
luarocks.nvim
1 parent c7ec274 commit c2ba335Copy full SHA for c2ba335
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 neorg: required dependency `vhyrro/luarocks.nvim` not found!")
13
0 commit comments