Tweak lualine

This commit is contained in:
2025-05-22 17:44:56 -06:00
parent 50306b2f66
commit 50889d2642

View File

@@ -13,18 +13,14 @@ return {
options = {
theme = "onedark",
disabled_filetypes = {
statusline = { "trouble" },
statusline = { "trouble", "qf" },
},
section_separators = "",
component_separators = "",
globalstatus = true,
},
sections = {
lualine_x = {
{
lazy_status.updates,
cond = lazy_status.has_updates,
color = { fg = "#ff9e64" },
},
{ "encoding" },
{ "fileformat" },
{ "filetype" },