From fc196c9b4b393fee39aab65ec1efdcebd5e680d5 Mon Sep 17 00:00:00 2001 From: Locke D Date: Mon, 17 Jun 2024 20:39:39 +1000 Subject: [PATCH] Changed diagnostic message prefix --- lua/haelnorr/lazy/lsp.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/haelnorr/lazy/lsp.lua b/lua/haelnorr/lazy/lsp.lua index 846697a..15379c4 100644 --- a/lua/haelnorr/lazy/lsp.lua +++ b/lua/haelnorr/lazy/lsp.lua @@ -98,6 +98,9 @@ return { header = "", prefix = "", }, + virtual_text = { + prefix = "●", + }, }) end }