icon rework and small refactor
This commit is contained in:
parent
c8a407b681
commit
1a18a8ef30
17 changed files with 185 additions and 434 deletions
.config/nvim/lua/plugins/misc
|
@ -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 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue