15 lines
250 B
Lua
15 lines
250 B
Lua
return {
|
|
"folke/noice.nvim",
|
|
event = "VeryLazy",
|
|
opts = {
|
|
cmdline = {},
|
|
-- add any options here
|
|
messages = {
|
|
enabled = false,
|
|
},
|
|
notify = { enabled = false },
|
|
},
|
|
dependencies = {
|
|
"MunifTanjim/nui.nvim",
|
|
},
|
|
}
|