From 763da4126d55d4bd06629f302a3f8844e35b729b Mon Sep 17 00:00:00 2001 From: Szwendacz99 Date: Fri, 14 Oct 2022 09:30:26 +0200 Subject: [PATCH] Refresh diagnostics in input mode --- coc-settings.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/coc-settings.json b/coc-settings.json index 480b71c..63aa09b 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -22,6 +22,8 @@ "rounded": true, "border": true }, + "diagnostic.autoRefresh": true, + "diagnostic.refreshOnInsertMode": true, "diagnostic.format": "[%severity] %message [%source]", "diagnostic.virtualText": true, "diagnostic.level": "hint",