fix: regression in lualine config

This commit is contained in:
NotAShelf 2023-06-05 23:14:47 +03:00
parent a2b58e17af
commit 2cb1e3b110
No known key found for this signature in database
GPG Key ID: F0D14CCB5ED5AA22
1 changed files with 3 additions and 3 deletions

View File

@ -183,9 +183,9 @@ in {
sources = {'nvim_lsp', 'nvim_diagnostic', 'coc'}, sources = {'nvim_lsp', 'nvim_diagnostic', 'coc'},
symbols = {error = '󰅙 ', warn = ' ', info = ' ', hint = '󰌵 '}, symbols = {error = '󰅙 ', warn = ' ', info = ' ', hint = '󰌵 '},
diagnostics_color = { diagnostics_color = {
color_error = { fg = colors.red }, color_error = { fg = 'red' },
color_warn = { fg = colors.yellow }, color_warn = { fg = 'yellow' },
color_info = { fg = colors.cyan }, color_info = { fg = 'cyan' },
}, },
}, },
} }