nvim-cokeline icon indicating copy to clipboard operation
nvim-cokeline copied to clipboard

Updating diagnostics without saving a file with clangd

Open mrdakj opened this issue 3 years ago • 0 comments

Hi, is it possible to update a diagnostics without saving a file? Clangd is constantly updating while writing a code, so it emits an error during typing something (like "int x") but when finished typing error is gone from clangd side, but it is still shown in the tab. When file gets saved, error is gone as expected. So, error(s) always appears in tab during coding with clangd until file got saved. diagnostics

mrdakj avatar May 19 '22 08:05 mrdakj