mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
fixing old nerdfonts for diagnostics
This commit is contained in:
parent
dc347a4f64
commit
2b0954001d
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ lspconfig.yamlls.setup {
|
||||||
}
|
}
|
||||||
|
|
||||||
-- change the diagnostic signs to be nerdfonts
|
-- 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
|
for type, icon in pairs(signs) do
|
||||||
local hl = "DiagnosticSign" .. type
|
local hl = "DiagnosticSign" .. type
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue