From 0315c070f59195f7554cee626dabdb69b42c6b6c Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 27 Apr 2021 18:01:12 +0100 Subject: [PATCH] Customise coc.nvim signcolumn signs --- coc-settings.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/coc-settings.json b/coc-settings.json index 5e15e99..bb180f5 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -1 +1,7 @@ -{"cmake.lsp.enable": true} +{ + "cmake.lsp.enable": true, + "diagnostic.hintSign": "▸", + "diagnostic.infoSign": "▸", + "diagnostic.warningSign": "▸", + "diagnostic.errorSign": "▸" +}