Configuration
```lua
Config.NotifySettings = 'notifysettings'
Config.TestCommands = true -- testerror / testsuccess / testinfo / testannounce
Config.Title = {
["error"] = {
title = "Error"
},
["success"] = {
title = "success"
},
["info"] = {
title = "info"
},
["ann"] = {
title = "ann"
},
["bank"] = {
title = "bank"
},
["lspd"] = {
title = "lspd"
},
["ems"] = {
title = "ems"
},
}
```Last updated