vim:coc: Disable diagnostic signs

The line number highlighting is enough and this way I still see the git
signs (without messing with priorities).
This commit is contained in:
2025-03-11 16:50:26 +01:00
parent 63febddf82
commit 393c4e055f

View File

@@ -1,4 +1,10 @@
{ {
"diagnostic.enableHighlightLineNumber": true,
"diagnostic.errorSign": "",
"diagnostic.hintSign": "",
"diagnostic.infoSign": "",
"diagnostic.warningSign": "",
"diagnostic.messageDelay": 25, "diagnostic.messageDelay": 25,
"inlayHint.enable": false "inlayHint.enable": false
} }