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
vim.env.LAZY_STDPATH=".repro"load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))()
require("lazy.minit").repro({
spec= {
-- add any other plugins here
},
})
The text was updated successfully, but these errors were encountered:
Building a plugin with a luarock (benlubas/neorg-query for me) also fails with lazy.nvim unable to spawn a luarocks process. Adding .bat here works as well.
Did you check docs and existing issues?
Neovim version (nvim -v)
0.10.3
Operating system/version
Windows 11
Describe the bug
On my computer Lazy health returns
even though Luarocks is installed and on path.
If I change
lazy.nvim/lua/lazy/pkg/rockspec.lua
Line 90 in d8f26ef
"luarocks.bat"
toHealth.have()
followinglazy.nvim/lua/lazy/pkg/rockspec.lua
Lines 154 to 155 in d8f26ef
Steps To Reproduce
Lazy health
Expected Behavior
Lazy health
detects installed LuarocksRepro
The text was updated successfully, but these errors were encountered: