From 18aea20c85db69a598358ebe290e4ec18d23260f Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Tue, 25 May 2021 13:36:29 -0700 Subject: [PATCH] Disable errors from clangd --- coc-settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/coc-settings.json b/coc-settings.json index c3c1ff9..9f123ab 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -1,4 +1,5 @@ { + "clangd.disableDiagnostics": true, "powershell.integratedConsole.showOnStartup": false, "suggest.noselect": false, "suggest.snippetsSupport": false