feat(signs): remove deprecated diagnostic signs configuration
This commit is contained in:
parent
813671fcb0
commit
cd7e91f688
|
@ -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
|
Loading…
Reference in New Issue