17 lines
280 B
Lua
17 lines
280 B
Lua
return {
|
|
"folke/noice.nvim",
|
|
event = "VeryLazy",
|
|
opts = {
|
|
messages = {
|
|
enabled = false,
|
|
},
|
|
notify = {
|
|
enabled = false,
|
|
},
|
|
},
|
|
dependencies = {
|
|
-- if you lazy-load any plugin below, make sure to add proper `module="..."` entries
|
|
"MunifTanjim/nui.nvim",
|
|
},
|
|
}
|