This commit is contained in:
Your Name 2023-10-01 17:58:29 +02:00
parent c486893c3d
commit a91efd762c
3 changed files with 38 additions and 2 deletions

View file

@ -0,0 +1,16 @@
return -- lazy.nvim
{
"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",
}
}