You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, when I update the plugin with Lazy it complaints that lua5.1 is not present even though it's here with luajit. The plugin should account for that. Here's the output from lazy:
That error is from lazy.nvim and not rest.nvim.
I’m willing to help your issue to know exactly what is required for lazy.nvim users but you might get faster help by asking to their repo instead.
Outdated version of luarocks might not work with lazy.nvim, try install latest version (3.11.1) or set opts.rocks.hererocks = true from your lazy config as that error message says so lazy can use luarocks installed from hererocks, which will be latest version.
You're absolutely right that it's related to lazy. Next time someone asks you about this tell them to use Lazy's health check to make sure everything is ok there. Sorry for the unnecessary noise and huge thanks for taking care of that plugin. It starts so fast now compared to V2 it did cut my nvim start by over 100ms which is definitely noticeable.
Prerequisites
Neovim Version
NVIM v0.10.1 Build type: RelWithDebInfo LuaJIT 2.1.1720049189
Operating system/version
Fedora Sway Atomic 40
Actual behavior
Hi, when I update the plugin with Lazy it complaints that lua5.1 is not present even though it's here with
luajit
. The plugin should account for that. Here's the output from lazy:Luarocks is installed from dnf package manager. I think that it should check for
luajit
and then for newer versions of lua.Expected behavior
Plugin should install everything without errors or warnings.
Steps to reproduce
The text was updated successfully, but these errors were encountered: