Replies: 5 comments 4 replies
-
Yeah, luarocks is a bit of a mess I've learned in the last couple of hours... I just pushed a big update where lazy takes over dependency resolving for plugins that don't really need luarocks. If you didn't have any plugins that required luarocks before, then you shouldn't need luarocks with the new update. And yes, apparently lua5.1 doesn't exist in the brew repo... |
Beta Was this translation helpful? Give feedback.
-
I also just updated the |
Beta Was this translation helpful? Give feedback.
-
Alright, seems like |
Beta Was this translation helpful? Give feedback.
-
Isn't 5.4 retro-compatible with 5.1? I'd understand if we were using an older version but with a newer it doesn't make any sense |
Beta Was this translation helpful? Give feedback.
-
I'm a new lazyvim user, and so I'm seeing this error for the first time and trying to understand how to best configure my system so that it doesn't have warnings and all the features working. For more context on this, in nvim, run
The steps I took to get past this on a mac using homebrew and mise were:
|
Beta Was this translation helpful? Give feedback.
-
Hi, I have updated lazy to version 11. Afterward I ran
:checkhealth lazy
wherein it complained aboutluarocks
not being installed. So I ranbrew install luarocks
, and re-ran checkhealth. Now it only complains about luarocks requirelua 5.1
but installed waslua 5.4
. The problem though, is that brew has disabled [email protected]. So, I'm wondering how I can install lua 5.1 instead?I'm on macOS
Beta Was this translation helpful? Give feedback.
All reactions