From 653db783b517ac5ce2d0e955d7516581c316f9cc Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Tue, 19 Sep 2023 16:01:52 +0200 Subject: [PATCH] Fix loading of notify --- lua/plugins/init.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index a86b120..d5d9cd9 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -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, },