Add noice
This commit is contained in:
+15
-2
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user