Skip to content
Discussion options

You must be logged in to vote

If you still need help, here my config:

diagnostic.settings = {
      severity_sort = true;
      signs = {
        text = {
          "__rawKey__vim.diagnostic.severity.ERROR" = "";
          "__rawKey__vim.diagnostic.severity.WARN" = "";
          "__rawKey__vim.diagnostic.severity.HINT" = "";
          "__rawKey__vim.diagnostic.severity.INFO" = "󰌶";
        };
      };
      underline = {
        severity.__raw = ''vim.diagnostic.severity.ERROR'';
      };
      virtual_lines = {
        current_line = true;
      };
      virtual_text = {
        spacing = 2;
        source = "if_many";
        prefix = "●";
      };
    };

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@marvin-tr-81
Comment options

Answer selected by marvin-tr-81
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants