The width used to render a notification takes only the body length into account, but not the title widht.
This means that the messages by LSP or DAP (where titles can easily be longer than the body) sometimes render badly.
For example,
require("notify")("Complete", "info", {title = "lldb: Parsing symbol table for test_binary", timeout = 3000})
The width used to render a notification takes only the body length into account, but not the title widht. This means that the messages by LSP or DAP (where titles can easily be longer than the body) sometimes render badly. For example,
renders as