10 lines
173 B
Lua
10 lines
173 B
Lua
|
return {
|
||
|
{ "rcarriga/nvim-notify", enabled = false },
|
||
|
{
|
||
|
"folke/noice.nvim",
|
||
|
dependencies = {
|
||
|
"vigoux/notifier.nvim",
|
||
|
},
|
||
|
},
|
||
|
}
|