From 605317417392e122371aec803ec5f990cf6fb397 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 27 Apr 2021 23:36:49 +0100 Subject: [PATCH] Don't let coc.nvim highlight the number column --- coc-settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/coc-settings.json b/coc-settings.json index bb180f5..d42efa0 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -3,5 +3,6 @@ "diagnostic.hintSign": "▸", "diagnostic.infoSign": "▸", "diagnostic.warningSign": "▸", - "diagnostic.errorSign": "▸" + "diagnostic.errorSign": "▸", + "diagnostic.enableHighlightLineNumber": false }