jackguo380 / vim-lsp-cxx-highlight

Vim plugin for C/C++/ObjC semantic highlighting using cquery, ccls, or clangd
MIT License
338 stars 26 forks source link

How to silent errors #44

Closed aganm closed 3 years ago

aganm commented 4 years ago

When I use the plugin, there's error logs that pop up at the bottom of my vim window

image

But the highlighting still works just fine.

How do I silent those errors completely?

jackguo380 commented 3 years ago

Hi, could you provide the code which produces these errors?

Errors propagating to the user indicates a bug which needs to be fixed, there isn't a way to just silence them.

aganm commented 3 years ago

Hmmm, I don't have these errors anymore and I don't remember if I did anything to fix it (I might just have updated my plugins).

If I get these again, I will reopen.