mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-04 18:36:43 +00:00
Update for new lualine change
This commit is contained in:
parent
505143f5e3
commit
8d1ac8ac5c
@ -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"}},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user