Kurama622/clean-diagnostic

github github
lspdiagnostics
stars 4
issues 0
subscribers 0
forks 0
CREATED

UPDATED


Clean-diagnostic

Specific information will be displayed in the floating window when you request to show diagnostic details; at other times, only counts will be displayed.

clean-diagnostic

Installation

  {
    "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",
      },
    },
  }