Getting Lua Rocks to work #1731
Unanswered
sulaimansuhas
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to write a plugin that communicates with an API, so I am using the lua-sockets library. Lua-sockets is only available through the luarocks. I have a rockspec file in the plugin directory. Whenever I start nvim I see this error:
It looks like the plugin is searched for in the lua5.4 directory first, which isn't compatible with nvim. I'm not sure what is going wrong here. Any help would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions