feat(signs): remove deprecated diagnostic signs configuration

This commit is contained in:
doryan 2025-04-17 18:39:12 +04:00
parent 813671fcb0
commit cd7e91f688

View File

@ -1,5 +0,0 @@
local signs = { Error = "", Warn = "", Hint = "󱩎 ", Info = "" }
for type, icon in pairs(signs) do
local hl = "DiagnosticSign" .. type
vim.fn.sign_define(hl, { text = icon, texthl = hl, numhl = "" })
end