It's code, not fruit salad. Even if fruit salad is very tasty, I just had too much.
Adapted from quiet in the vim repository.
Sorry but I have no idea how to write plugins. I'm a real dumb-dumb. I just use LazyVim and this is how I set it up. So far, this seems to work.
{
"veggiemonk/quiet2",
name = "quiet2",
priority = 1000,
lazy = false,
config = function()
require("quiet2").setup()
end,
},