fixing old nerdfonts for diagnostics

This commit is contained in:
Jesse Hitch 2025-08-20 16:18:16 +02:00
parent dc347a4f64
commit 2b0954001d
No known key found for this signature in database

View file

@ -157,7 +157,7 @@ lspconfig.yamlls.setup {
}
-- change the diagnostic signs to be nerdfonts
local signs = { Error = "", Warn = "", Hint = " ", Info = "" }
local signs = { Error = "", Warn = "", Hint = " ", Info = "" }
for type, icon in pairs(signs) do
local hl = "DiagnosticSign" .. type