add noice.nvim

This commit is contained in:
Akulij 2025-06-07 00:05:56 +05:00
parent 2dd3d4fe68
commit ccd5b05adc

View File

@ -116,5 +116,20 @@ return {
{ "r", mode = "n", function() require("flash").remote() end, desc = "Remote Flash" },
{ "R", mode = { "n", "x" }, function() require("flash").treesitter_search() end, desc = "Treesitter Search" },
},
},
{
"folke/noice.nvim",
event = "VeryLazy",
opts = {
-- add any options here
},
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",
}
}
}