From 0c0ce2e80acaf68ec521943e33e97e4359969865 Mon Sep 17 00:00:00 2001 From: servostar Date: Wed, 20 Nov 2024 18:52:32 +0100 Subject: [PATCH] chore: changed virtual text diagnostic icon to dot --- lua/plugins/nvim-lspconfig.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/nvim-lspconfig.lua b/lua/plugins/nvim-lspconfig.lua index ba44408..d80d9d0 100644 --- a/lua/plugins/nvim-lspconfig.lua +++ b/lua/plugins/nvim-lspconfig.lua @@ -41,7 +41,7 @@ return { source = "if_many", -- this will set set the prefix to a function that returns the diagnostics icon based on the severity -- this only works on a recent 0.10.0 build. Will be set to "●" when not supported - prefix = "icons" + prefix = "●" }, signs = { text = {