Disable coc.nvim inlay hints globally

This commit is contained in:
Kenneth Benzie 2023-01-19 12:17:20 +00:00
parent 20c3c27bd7
commit 226765f88a

View File

@ -1,5 +1,5 @@
{ {
"clangd.inlayHints.enable": false, "inlayHint.enable": false,
"cmake.lsp.enable": true, "cmake.lsp.enable": true,
"diagnostic.enableHighlightLineNumber": false, "diagnostic.enableHighlightLineNumber": false,
"diagnostic.errorSign": "▸", "diagnostic.errorSign": "▸",