-
Notifications
You must be signed in to change notification settings - Fork 365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when removing a plugin #16
Comments
Thank you for reporting. Fixed! |
That error means you have a plugin name twice with a different short url. I just pushed a change that shows a detailed error and continues with the other specs. I'm also not able to reproduce, so would be great if you can give detailed steps in case the new error message is not helpful. |
So basically the problem appears when I have a plugin as a dependency of another, but have that plugin installed standalone. return require("lazy").setup {
{ "kyazdani42/nvim-web-devicons" },
{
"hoob3rt/lualine.nvim",
event = "BufRead",
dependencies = {
"kyazdani42/nvim-web-devicons",
"SmiteshP/nvim-navic",
},
config = function()
require("tt.themes.lualine").setup()
end,
}, |
Can't reproduce it that way. That repo recently changed its name to Are you sure you are not using a different url in both places? That would trigger an error whcih is to be expected |
Never mind, can reproduce it. will see to fix this. |
Should be fixed now! |
Describe the bug
Pressing
x
to remove an installed plugin throws an error, but the operation succeeds.Which version of Neovim are you using?
NVIM v0.9.0-dev-519+g2d8bbe468 nightly
To Reproduce
Steps to reproduce the behavior:
x
Expected Behavior
The plugin should be just deleted, no errors.
Screenshots
The text was updated successfully, but these errors were encountered: