error-lens.nvim icon indicating copy to clipboard operation
error-lens.nvim copied to clipboard

Plugin highlight missing.

Open BrunoKrugel opened this issue 2 years ago • 1 comments

The plugin works fine, but sometimes the diagnostics line will lose the highlight color:

image

image

config:

  {
    "chikko80/error-lens.nvim",
    event = "LspAttach",
    config = true,
  }

I am also using NvChad, if you could provide your setup, it could be usefull to see how you have setup this plugin

BrunoKrugel avatar Sep 18 '23 20:09 BrunoKrugel

@BrunoKrugel

tbh, I switched back to VsCode as nvim lacks some important features for me like proper remote dev functionality which i need as daily driver for my job.

The error you are describing could be an interference with another plugin or maybe due to the event firing the LSP you are using. It will be probably pretty hard to find the exact problem and no one else reported that kinda problem until now, so I guess it isn't a problem in general.

Would keep that issue open in case anyone else encounters this problem

chikko80 avatar Sep 28 '23 15:09 chikko80