From d97d57fd65ca8cfdcd6f0b88097a0b4bb4077a44 Mon Sep 17 00:00:00 2001 From: srdusr Date: Wed, 16 Aug 2023 23:53:12 +0200 Subject: Changed error diagnostic sign --- lua/plugins/lsp.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lua/plugins/lsp.lua') diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index 4ce5610..5cca919 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -20,7 +20,8 @@ if not vim.g.lsp_setup_done then end end - local signs = { Error = " ", Warn = "▲", Info = "􀅳", Hint = "⚑" } + local signs = { Error = " ", Warn = "▲", Info = "􀅳", Hint = "⚑" } + --  for type, icon in pairs(signs) do local hl = "DiagnosticSign" .. type vim.fn.sign_define(hl, { text = icon, texthl = hl, numhl = hl }) -- cgit v1.2.3