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:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user