Add noice

This commit is contained in:
2023-09-15 19:09:34 +02:00
parent f9872f9ab8
commit dab675ebd4
2 changed files with 50 additions and 2 deletions
+15 -2
View File
@@ -206,9 +206,22 @@ local plugins = {
config = function () require("plugins.config.treesitter-context") end,
},
{
'fedepujol/move.nvim',
"fedepujol/move.nvim",
config = function () require("plugins.config.move") end,
}
},
{
"folke/noice.nvim",
event = "VeryLazy",
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",
},
config = function () require("plugins.config.noice") end,
},
}
local opts = {}