diff --git a/lua/plugins/ui.lua b/lua/plugins/ui.lua index a5ded90..c4910de 100644 --- a/lua/plugins/ui.lua +++ b/lua/plugins/ui.lua @@ -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", + } } }