5 lines
106 B
Lua
5 lines
106 B
Lua
MiniDeps.now(function()
|
|
require("mini.notify").setup()
|
|
vim.notify = MiniNotify.make_notify()
|
|
end)
|