Update for new lualine change

This commit is contained in:
ViViDboarder 2021-12-09 19:12:14 -08:00
parent 505143f5e3
commit 8d1ac8ac5c
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ function M.config_lualine(theme_name)
lualine_x = {M.custom_ffenc, "filetype"},
lualine_y = {"progress", "location"},
lualine_z = {
{"diagnostics", sources = {"nvim_lsp"}},
{"diagnostics", sources = {"nvim_diagnostic"}},
{M.mixed_indent, color = {bg = "#de4f1f"}},
{M.trailing_whitespace, color = {bg = "#de4f1f"}},
},