From 78ae575efec37e4d7ba94a084c331c5e1871d940 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 13 Oct 2022 10:45:01 +0100 Subject: [PATCH] Disable clangd inlay type hints --- coc-settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/coc-settings.json b/coc-settings.json index 2f3064a..282032c 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -1,4 +1,5 @@ { + "clangd.inlayHints.enable": false, "cmake.lsp.enable": true, "diagnostic.enableHighlightLineNumber": false, "diagnostic.errorSign": "▸",