Fix loading of notify
This commit is contained in:
@@ -29,6 +29,7 @@ local plugins = {
|
|||||||
{
|
{
|
||||||
"rcarriga/nvim-notify",
|
"rcarriga/nvim-notify",
|
||||||
priority = 900,
|
priority = 900,
|
||||||
|
lazy = false,
|
||||||
config = function () require("plugins.config.notify") end,
|
config = function () require("plugins.config.notify") end,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -205,12 +206,7 @@ local plugins = {
|
|||||||
"folke/noice.nvim",
|
"folke/noice.nvim",
|
||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
dependencies = {
|
dependencies = {
|
||||||
-- if you lazy-load any plugin below, make sure to add proper `module="..."` entries
|
|
||||||
"MunifTanjim/nui.nvim",
|
"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,
|
config = function () require("plugins.config.noice") end,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user