/
/
/
1return {
2 "folke/noice.nvim",
3-- config = function()
4-- require("noice").setup({
5-- -- add any options here
6-- routes = {
7-- {
8-- filter = {
9-- event = 'msg_show',
10-- any = {
11-- { find = '%d+L, %d+B' },
12-- { find = '; after #%d+' },
13-- { find = '; before #%d+' },
14-- { find = '%d fewer lines' },
15-- { find = '%d more lines' },
16-- },
17-- },
18-- opts = { skip = true },
19-- }
20-- },
21-- })
22-- end,
23 dependencies = {
24 -- if you lazy-load any plugin below, make sure to add proper `module="..."` entries
25 "MunifTanjim/nui.nvim",
26 "rcarriga/nvim-notify",
27 }
28}
29
30