Specific information will be displayed in the floating window when you request to show diagnostic details; at other times, only counts will be displayed.
{
"kurama622/clean-diagnostic",
event = "LspAttach",
opts = {
sign_text = { "", "", "", "" },
border = "rounded",
min_severity = 4,
max_width = 78,
},
keys = {
{
"<leader>sd",
"<cmd>lua require('clean-diagnostic').show()<cr>",
desc = "show the diagnostic of the current line",
},
},
}