-
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
Lazy is not so forgiving of duplicate dependencies #113
Comments
read the error message? You specify a plugin with two different names |
"kyazdani42/nvim-web-devicons" |
Sorry i'm a vim noob. this detail isn't obvious to new comers, and this never happened with packer. |
I would expect that these are two different plugins:
|
the plugin got renamed at some point. It didnt happen with Packer, because Packer didnt check for this. Lazy does and correctlt shows an error message with the exact reason why this can not be merged |
I got the same problem in "nvim-lualine/lualine.nvim" plugin configuration, and fixed it by changing "kyazdani42/nvim-web-devicons" to "nvim-tree/nvim-web-devicons", since they are the same repository. |
Describe the bug
related to #53
When i drop in
~/.config/nvim/lua/plugins/ui_icons.lua
:I get this error on startup:
Which version of Neovim are you using?
Terminal only.
To Reproduce
Make sure to read https://github.com/folke/lazy.nvim/wiki/Minimal-%60init.lua%60-to-Reproduce-an-Issue
Steps to reproduce the behavior:
Expected Behavior
be more forgiving about duplicate dependencies:
Screenshots
If applicable, add screenshots to help explain your problem.
repro.lua
Log
Please include any related errors from the Noice log file. (open with
:Lazy log
)Lazy log
The text was updated successfully, but these errors were encountered: