nvim-cokeline
nvim-cokeline copied to clipboard
Updating diagnostics without saving a file with clangd
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.
