From 226765f88af8d33aa20a11109953dc9ba0219d65 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 19 Jan 2023 12:17:20 +0000 Subject: [PATCH] Disable coc.nvim inlay hints globally --- coc-settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coc-settings.json b/coc-settings.json index ee0556a..e763567 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -1,5 +1,5 @@ { - "clangd.inlayHints.enable": false, + "inlayHint.enable": false, "cmake.lsp.enable": true, "diagnostic.enableHighlightLineNumber": false, "diagnostic.errorSign": "▸",