Fix loading of notify

This commit is contained in:
2023-09-19 16:01:52 +02:00
parent 41bcb60bdc
commit 653db783b5
+1 -5
View File
@@ -29,6 +29,7 @@ local plugins = {
{
"rcarriga/nvim-notify",
priority = 900,
lazy = false,
config = function () require("plugins.config.notify") end,
},
{
@@ -205,12 +206,7 @@ local plugins = {
"folke/noice.nvim",
event = "VeryLazy",
dependencies = {
-- if you lazy-load any plugin below, make sure to add proper `module="..."` entries
"MunifTanjim/nui.nvim",
-- OPTIONAL:
-- `nvim-notify` is only needed, if you want to use the notification view.
-- If not available, we use `mini` as the fallback
"rcarriga/nvim-notify",
},
config = function () require("plugins.config.noice") end,
},