vhyrro / luarocks.nvim

Easily install luarocks with lazy.nvim
The Unlicense
64 stars 5 forks source link

Lua module not found for config of luarocks.nvim. Please use a `config()` function instead #26

Closed glyh closed 1 month ago

glyh commented 1 month ago

When attempting to install luarocks.nvim I got the following errors:

Lua module not found for config of luarocks.nvim. Please use a `config()` function instead
glyh commented 1 month ago

Looks like lazy.nvim is not happy about config = true?

glyh commented 1 month ago

Removing config = true seems to be a fix.

vhyrro commented 1 month ago

Weird, are you on some outdated version of lazy perhaps? All CI and my own test configurations make use of config = true without issue :)

glyh commented 1 month ago

I can no longer reproduce this and I don't know why. Let me close this.