Don't let coc.nvim highlight the number column

This commit is contained in:
Kenneth Benzie 2021-04-27 23:36:49 +01:00
parent 0315c070f5
commit 6053174173

View File

@ -3,5 +3,6 @@
"diagnostic.hintSign": "▸", "diagnostic.hintSign": "▸",
"diagnostic.infoSign": "▸", "diagnostic.infoSign": "▸",
"diagnostic.warningSign": "▸", "diagnostic.warningSign": "▸",
"diagnostic.errorSign": "▸" "diagnostic.errorSign": "▸",
"diagnostic.enableHighlightLineNumber": false
} }