Files
dotfiles/.config/vim/coc-settings.json
Julian Prein 393c4e055f vim:coc: Disable diagnostic signs
The line number highlighting is enough and this way I still see the git
signs (without messing with priorities).
2025-03-20 12:51:10 +01:00

11 lines
227 B
JSON

{
"diagnostic.enableHighlightLineNumber": true,
"diagnostic.errorSign": "",
"diagnostic.hintSign": "",
"diagnostic.infoSign": "",
"diagnostic.warningSign": "",
"diagnostic.messageDelay": 25,
"inlayHint.enable": false
}