mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-10 04:45:59 +01:00
fix: regression in lualine config
This commit is contained in:
parent
a2b58e17af
commit
2cb1e3b110
1 changed files with 3 additions and 3 deletions
|
@ -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' },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue