Commit 06d4894 1 parent cb12554 commit 06d4894 Copy full SHA for 06d4894
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -109,10 +109,10 @@ See [this blog](https://vhyrro.github.io/posts/neorg-and-luarocks/) for more inf
109
109
<details >
110
110
<summary >Click for installation snippet.</summary >
111
111
112
- - Ensure you have ` vhyrro/luarocks ` installed:
112
+ - Ensure you have ` vhyrro/luarocks.nvim ` installed:
113
113
``` lua
114
114
{
115
- " vhyrro/luarocks" ,
115
+ " vhyrro/luarocks.nvim " ,
116
116
version = " *" ,
117
117
config = function ()
118
118
require (" luarocks" ).setup ({})
@@ -123,7 +123,7 @@ See [this blog](https://vhyrro.github.io/posts/neorg-and-luarocks/) for more inf
123
123
``` lua
124
124
{
125
125
" nvim-neorg/neorg" ,
126
- dependencies = { " luarocks" },
126
+ dependencies = { " luarocks.nvim " },
127
127
lazy = false , -- Disable lazy loading as some `lazy.nvim` distributions set `lazy = true` by default
128
128
version = " *" , -- Pin Neorg to the latest stable release
129
129
config = function ()
You can’t perform that action at this time.
0 commit comments