noice-nvim: Remove nvim-notify from noice-nvim dependencies

*!This will change behavior for the end user of noice as they will have to add notify plugin manually!*

Notify plugin is no longer a hard dependency for noice plugin and there is no need to ship noice with it. 

In addition to that some plugins will perform auto discovery of plugins that are on the runtime path and in case they find notify they might want to use it.
There is no easy way to remove nvim-notify from the runtime path without doing an override. 

https://github.com/folke/noice.nvim#%EF%B8%8F-requirements
This commit is contained in:
Kasper Kondzielski 2023-04-08 20:16:10 +02:00 committed by Matthieu Coudron
parent 54731a8cea
commit 584278efac

View file

@ -706,7 +706,7 @@ self: super: {
});
noice-nvim = super.noice-nvim.overrideAttrs(old: {
dependencies = with self; [ nui-nvim nvim-notify ];
dependencies = with self; [ nui-nvim ];
});
null-ls-nvim = super.null-ls-nvim.overrideAttrs (old: {