1
0
Fork 0

icon rework and small refactor

This commit is contained in:
Luca Bilke 2024-01-26 17:21:37 +01:00
commit 1a18a8ef30
17 changed files with 185 additions and 434 deletions
.config/nvim/lua/plugins/misc

View file

@ -179,9 +179,9 @@ M.opts = function()
'diagnostics',
sources = { 'nvim_diagnostic' },
symbols = {
error = icons.DiagnosticError .. ' ',
warn = icons.DiagnosticWarn .. ' ',
info = icons.DiagnosticInfo .. ' ',
error = icons.Error .. ' ',
warn = icons.Warn .. ' ',
info = icons.Info .. ' ',
},
diagnostics_color = {
color_error = { fg = colors.red },