-
Notifications
You must be signed in to change notification settings - Fork 496
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Did you check docs and existing issues?
- I have read all the lazy.nvim docs
- I have updated the plugin to the latest version before submitting this issue
- I have searched the existing issues of lazy.nvim
- I have searched the existing issues of plugins related to this issue
Neovim version (nvim -v)
v11.17.1
Operating system/version
MacOS 26.0
Describe the bug
https://github.com/nvim-neorocks was renamed https://github.com/lumen-oss
The path
https://nvim-neorocks.github.io/rocks-binaries/
was replaced by
https://lumen-oss.github.io/rocks-binaries/
Steps To Reproduce
install rest.nvim
{
"rest-nvim/rest.nvim",
dependencies = {
"nvim-treesitter/nvim-treesitter",
opts = function (_, opts)
opts.ensure_installed = opts.ensure_installed or {}
table.insert(opts.ensure_installed, "http")
end,
}
}
run lazy installation
Expected Behavior
manifest to load properly
Repro
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
},
})
cabreraam, pbakiewicz and mixam24
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working