From b494cd49d6a8830fa7dc0000db30ad2d4777baa1 Mon Sep 17 00:00:00 2001
From: Ben Jackson <puremourning@gmail.com>
Date: Tue, 17 Jan 2023 15:40:29 +0000
Subject: [PATCH] Update ycmd

---
 README.md        | 4 ++++
 third_party/ycmd | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ceec9944..58d50320 100644
--- a/README.md
+++ b/README.md
@@ -3811,6 +3811,10 @@ With async diagnostics, LSP servers might send new diagnostics mid-typing.
 If seeing these new diagnostics while typing is not desired, this option can
 be set to 0.
 
+When this option is set to `0`, diagnostic signs, virtual text and highlights
+are cleared when entering insert mode and replaced when leaving insert mode.
+This reduces visual noise while editing.
+
 In addition, this option is recommended when `g:ycm_echo_current_diagnostic` is
 set to `virtual-text` as it prevents updating the virtual text while you are
 typing.
-- 
2.39.1

